https://github.com/andrewmaksimchuk/watchdog
https://github.com/andrewmaksimchuk/watchdog
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewmaksimchuk/watchdog
- Owner: AndrewMaksimchuk
- Created: 2020-06-06T05:15:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T08:18:41.000Z (over 3 years ago)
- Last Synced: 2025-02-06T05:43:29.962Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# watchdog
This program monitors the folder specified in the configuration file for changes in it and as soon as a new file (files) are added,
it will automatically move them according to the file type to a specific address and distribute them in folders according to the file type.
All addresses, file types are configured in a special configuration file "config.js".Types of files sorted by the program by folders when they are moved:
- jpg
- djvu
- txt
- zipAll other file types will be placed in a folder named "others".