_ _____ _
/\ | | / ____| | |
/ \ _ _| |_ ___ | (___ ___ _ __| |_ ___ _ __
/ /\ \| | | | __/ _ \ \___ \ / _ \| '__| __/ _ \ '__|
/ ____ \ |_| | || (_) | ____) | (_) | | | || __/ |
/_/ \_\__,_|\__\___/ |_____/ \___/|_| \__\___|_|
Version 1.4.1 - Twitter @ K0p1_
Auto Sorter is a automatic file sorter, relocate files to where they rightfully belong, based on file extensions.
- Customizable storage location
- Customizable extensions mapping
- Adjustable Polling Rate
- Easy run and forget quality of life script
Note: This is a work in progress, everything is subjected to change. More in-depth tutorial coming soon!
- Minor Bug Fix
- Added arguments functions
- -h/--help : For help
- --poll : For custom poll rate
- --version : For version details
- --import : For custom import of extension / directories file
- Re-worked extensions.txt
Format:
[EXTENSION] [CATEGORY] [LOCATION]
For previous update : HISTORY.md
Python 3.6 or above is required to run the script.
$ sudo apt install python3
# clone the repo
$ git clone https://github.com/K0p1-Git/AutoSorter.git
# change the working directory to Auto Sorter
$ cd AutoSorter
# chmod +x if required
$ chmod +x autoSorter.py
- Make settings persistent throughout lifetime
- Create script to automate testing
When contributing to this repository, please first discuss the change you wish to make via issue or contact me via twitter before making a change.
Code of conduct to be added soon.