Sortery is a basic command-line file sortor for Linux, written in Rust. It can be compiled using Cargo. To get help on using Sortery, simply run sortery -h
or sortery --help
, or see the Sortery Wiki.
To install Sortery, simply run install.sh
from any directory, and Sortery will be installed in that directory. If you move the Sortery
directory, you will have to install it again.
- Cargo
- Clap 2.34.0
- Chrono 0.4.19
- Colored 2.0.0
- Serde 1.0 with features: derive
- Serde JSON 1.0
- Walkdir 2.3.2
HTML documentation for the Sortery source code can be found at doc/sortery/index.html.
See the Sortery Wiki for full usage information