Skip to content

GoldfishPi/syds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SYDS

Sort your download sh!t.

Organizes the contents of a directory by extension.

Install

$ cargo install syds

Usage

Basic

$ syds /path/to/dir

You can also run syds as a daemon to watch the files in a directory

$ syds -d /path/to/dir

You can also enable syds through a sytemd service

[Unit]
Description=Sorts download directory
Documentation=https://github.com/GoldfishPi/syds

[Service]
ExecStart=%h/.cargo/bin/syds -d %h/Downloads
Restart=always
RestartSec=12

[Install]
WantedBy=default.target

About

Simple rust program to organize the contents of a directory by extension πŸ“”

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages