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

Exclude Directories Wildcard Support? #20

Open refrain opened 8 years ago

refrain commented 8 years ago

Need to exclude directories with wildcard, for example

/path/to/*/dev

But does not seem to be supported...