2 releases
0.1.1 | Jul 4, 2022 |
---|---|
0.1.0 | Jul 3, 2022 |
#5 in #efficient
18KB
276 lines
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.
Dependencies
~0.6–7MB
~47K SLoC