gregghz / Watcher

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

Python3 Support added to fork with .ini config file support #27

Open klemens-u opened 10 months ago

klemens-u commented 10 months ago

Hi, i've adapted the fork with .ini config file support by splitbrain/Watcher.

Now watcher.py works with modern Python3 distributions:

https://github.com/klemens-u/Watcher-Python3