notify-forwarder
notify-forwarder copied to clipboard
Ability to ignore or exclude files
I would love to see a way to ignore files, similar to inotifywait's --exclude
flag.
- Avoids hitting the max watch limit
- Reduces overall RAM usage, as
inotifywait
uses 1kB of RAM per file watched on a 64bit system.
Either that or perhaps a way to pipe inotifywait output directly into the forwarder's STDIN.