Crates.io | rusty-sorter |
lib.rs | rusty-sorter |
version | 0.1.1 |
source | src |
created_at | 2022-07-03 16:04:25.331838 |
updated_at | 2022-07-04 09:53:13.482374 |
description | An open source, fast, simple yet efficient file sorter with recursive capabilities! |
homepage | https://github.com/Obscurely/rustysorter |
repository | https://github.com/Obscurely/rustysorter |
max_upload_size | |
id | 618412 |
size | 51,816 |
An open source, fast, simple yet efficient file sorter with recursive capabilities!
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.
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.