#open-source #cli #performance #simple #efficient

bin+lib rusty-sorter

An open source, fast, simple yet efficient file sorter with recursive capabilities!

2 releases

0.1.1 Jul 4, 2022
0.1.0 Jul 3, 2022

#11 in #open-source

24 downloads per month

GPL-3.0-only

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

~540–780KB
~12K SLoC