#extension #directory #sorting #content #service #daemon

app syds

Sorts files in a directory by extension

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

#13 in #contents

25 downloads per month

MIT license

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

~4–14MB
~153K SLoC