sortplz is a simple file sorter. It takes targeted files, and moves them to subdirectories for further review.
Usage: sortplz -f:fromdir -t:todir -e:ext -n:name
Other flags: --help (-h), --colors (-c), --version (-v), --silent (-s), --recurse (-s)
- You can specify more than one "-e" and/or "-n" options.
- "-e" options check against the file extensions; "-n" options check against the whole filename.
- "-n" options take precedence over "-e" options: it's presumed specific files are more important to sort.
- 2022.10.04.2 -> Initial Release
- 2022.10.04.3 -> Added colored output & partially-successful "silent" flag.
- 2022.11.04.1 -> Added recursion; added name-string sorting; "silent" issues may be fixed?
- 2022.11.13.1 -> Fixes from Nim Discord community.
- 2022.12.13.1 -> Attempted bugfixes
- 2022.12.30.1 -> Colors default to off; add "colors" flag.
- 2023.01.01.1 -> Implement "Tiffany" template language in code.
- Sort by size, instead of extension
- It'd be nice to have the files/extensions specified without a option.