Watcher is a daemon that watches specified files/folders for changes and fires commands in response to those changes. It is similar to incron, however, configuration uses a simpler to read yaml file instead of a plain text file. It's also written in Python, making it easier to hack.
MIT License
245
stars
128
forks
source link
Bug fixes and feature add : Event date and time in jobs commands #13
There was 2 bugs in my first comit : exclusion was not considerated when recursing in directories, and exclusion string was crashing watcher.py when creating directories in watched path.
Hope I did things properly this time.
I tested lots of cases, and had no crashes, hope I tested enough cases...
Hi,
There was 2 bugs in my first comit : exclusion was not considerated when recursing in directories, and exclusion string was crashing watcher.py when creating directories in watched path. Hope I did things properly this time. I tested lots of cases, and had no crashes, hope I tested enough cases...
Sincerely