An open API service indexing awesome lists of open source software.

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.

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 `