Crates.io | syds |
lib.rs | syds |
version | 0.2.1 |
source | src |
created_at | 2020-10-27 22:15:02.995031 |
updated_at | 2022-02-18 04:17:45.994162 |
description | Sorts files in a directory by extension |
homepage | |
repository | |
max_upload_size | |
id | 306120 |
size | 18,162 |
Sort your download sh!t.
Organizes the contents of a directory by extension.
$ cargo install syds
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