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

https://github.com/sunithvs/file_organizer

a simple script to automatically organise the downloads
https://github.com/sunithvs/file_organizer

Last synced: about 1 year ago
JSON representation

a simple script to automatically organise the downloads

Awesome Lists containing this project

README

          

# File Organiser

Install the Dependencies

```bash
sudo apt-get install inotify-tools
```

To run folder watcher on reboot

```bash
crontab -e
```

Add the following line to the opend file

```bash
@reboot bash "Path to watch_downloads.sh" "Path to downloads folder"
```

Download these files

[watch_downloads.sh](./watch_downloads.sh)

Download this and put in downloads folder

[organize.py](./organize.py)