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
- Host: GitHub
- URL: https://github.com/sunithvs/file_organizer
- Owner: sunithvs
- Created: 2022-08-17T07:08:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T07:18:28.000Z (almost 4 years ago)
- Last Synced: 2024-10-18T23:21:08.418Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)