Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sammatzko/sortery
- Owner: SamMatzko
- License: mit
- Created: 2021-11-30T23:52:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T14:52:08.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T22:33:45.094Z (2 months ago)
- Topics: cli, command-line, command-line-tool, file-sorter, files, linux, rust, sorting, terminal-based
- Language: Rust
- Homepage:
- Size: 2.15 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT.txt
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
-
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
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**