Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sammatzko/sortery

A fast, customizable command-line (cli) bulk file sorter for Linux, written in Rust. Sorts files by date.
https://github.com/sammatzko/sortery

cli command-line command-line-tool file-sorter files linux rust sorting terminal-based

Last synced: about 2 months ago
JSON representation

A fast, customizable command-line (cli) bulk file sorter for Linux, written in Rust. Sorts files by date.

Awesome Lists containing this project

README

        

Sortery

[Sortery](https://github.com/SamMatzko/Sortery) is a basic command-line file sortor for Linux, written in [Rust](https://github.com/rust-lang/rust). It can be compiled using [Cargo](https://github.com/rust-lang/cargo). To get help on using Sortery, simply run `sortery -h` or `sortery --help`, or see the [Sortery Wiki](https://github.com/SamMatzko/Sortery/wiki).

Installation

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.

Dependencies


Documentation

HTML documentation for the Sortery source code can be found at [doc/sortery/index.html](doc/sortery/index.html).

License

[MIT](https://github.com/SamMatzko/Sortery/blob/master/LICENSE-MIT.txt)

----------

**See the [Sortery Wiki](https://github.com/SamMatzko/Sortery/wiki) for full usage information**