Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obscurely/rustysorter
An open source, fast, simple yet efficient file sorter with recursive capabilities!
https://github.com/obscurely/rustysorter
Last synced: about 2 months ago
JSON representation
An open source, fast, simple yet efficient file sorter with recursive capabilities!
- Host: GitHub
- URL: https://github.com/obscurely/rustysorter
- Owner: Obscurely
- License: gpl-3.0
- Created: 2022-07-03T15:56:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T09:53:01.000Z (over 2 years ago)
- Last Synced: 2024-10-31T11:59:21.822Z (2 months ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rusty Sorter
## About project
An open source, fast, simple yet efficient file sorter with recursive capabilities!
## How it works
It takes some command line arguments than sorts your files by putting them in folder named by their extension with a number in front (like 1-png) based on which files are more of the extensions in order.
## Command line arguments
Usage:
rusty-sorter [OPTIONS]Optional arguments:
-h,--help Show this help message and exit
-r,--recursive Recursive sorting, goes into all sub dirs.
-f,--follow-links Follow links, sym-links, shortcuts, etc.
-d,--include-dot-files
Sorts by including dot files and dot dirs.