Sort your download sh!t.
Organizes the contents of a directory by extension.
$ cargo install sydsBasic
$ syds /path/to/dirYou can also run syds as a daemon to watch the files in a directory
$ syds -d /path/to/dirYou 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