https://github.com/the-launch-tech/download-sorter
Watches and sorts /Downloads directory into sub-directories based on category and file extension.
https://github.com/the-launch-tech/download-sorter
Last synced: 9 months ago
JSON representation
Watches and sorts /Downloads directory into sub-directories based on category and file extension.
- Host: GitHub
- URL: https://github.com/the-launch-tech/download-sorter
- Owner: the-launch-tech
- Created: 2020-04-20T14:07:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T17:16:49.000Z (over 5 years ago)
- Last Synced: 2025-10-14T16:06:28.690Z (9 months ago)
- Language: Python
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES.md
Awesome Lists containing this project
README
# Download Directory Sorter
- Sorted files and directories within downloads folder into categorized directories based on extension.
- Runs every 10 seconds.
### To Run
- Terminal: `cd ~/`
- Terminal: `chmod +x .py`
- Terminal: `nohup python .py > output.log &`
### To Stop
- Terminal: `cd ~/`
- Terminal: `ps ax | grep .py`
- Terminal: `kill `