Sorti-Py is a CLI tool that sorts the current folder you're in.
It sorts all files into their respective folders, for example, it takes all .pdf files in your current directory, and puts them in a pdf folder. It works for all extensions and will make organizing messy folders a lot easier.
- cd into the directory you wish sorted
- type "sortipy"
- you can use the -h flag to see optional arguments
- clone this repository
- cd into sorti-py
- type "sudo mv sortipy /usr/bin"
- type "sudo chmod +x /usr/bin/sortipy"
NOTE: The reason you need sudo privileges is to move sortipy to $PATH, so you can use it anywhere without needing to specify the location of the script.
Video demonstration: https://youtu.be/YH-JPhDosIc
Windows/Mac users have the option of using the GUI version of Sorti-Py: https://github.com/Tempest20/sorti-py-gui