Automatically sorts and arrange files on Your Download folder.
- Termux app with storage access permission
- Internet connection (installing python)
Open Termux app and then type:
$ pkg update && pkg upgrade -y
$ pkg install git python -y
clone this repo:
$ git clone https://github.com/annzc/dl-organizer
enter the cloned dir:
$ cd dl-organizer/
and then run the python script by typing:
$ python sorter.py
It will move the files inside your Download/
folder to the specified subfolder (according to the file extension).
Once it starts, it will always running on background until you stop it by hit ctrl + c
or the Termux app is closed.
So when you download something (especially with chrome), it will immediately move your downloaded file once it finished.
Have a nice day, friends ✨