syds

Crates.iosyds
lib.rssyds
version0.2.1
sourcesrc
created_at2020-10-27 22:15:02.995031
updated_at2022-02-18 04:17:45.994162
descriptionSorts files in a directory by extension
homepage
repository
max_upload_size
id306120
size18,162
(GoldfishPi)

documentation

README

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
Commit count: 0

cargo fmt