5 releases
0.2.1 | Feb 18, 2022 |
---|---|
0.2.0 | Oct 28, 2020 |
0.1.2 | Oct 27, 2020 |
0.1.1 | Oct 27, 2020 |
0.1.0 | Oct 27, 2020 |
#161 in #daemon
25 downloads per month
6KB
109 lines
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
Dependencies
~5–15MB
~158K SLoC