The FileSorter script is a command-line tool built in Python that helps you organize files in a specified directory. It automatically categorizes files into different folders based on their file types, such as photos, music, videos, and others. It also includes a special category for to-ignore files. Additionnal features will be added in the future like allowing users to add their own categories. Feel free to change the config file to suit your needs !
First, ensure Python 3 is installed on your system.Then, clone and execute the fileSorter.py: python3 fileSorter.py path with path being the path of the directory you want to sort.
That's it! Quickly organize your files using the File Sorter script.