fsnotify / fsnotify

Cross-platform filesystem notifications for Go.
BSD 3-Clause "New" or "Revised" License
9.55k stars 902 forks source link

Additional filters #10

Open nathany opened 10 years ago

nathany commented 10 years ago

I would like to implement filters like these in a separate utility package:

(My attempt to incorporate them into fsnotify itself is here: https://github.com/howeyc/fsnotify/pull/65)

omeid commented 9 years ago

This would be really amazing, and preferably something that is compatible with filepath.Glob, however, it does not support exclusion but it is easy to add glob exclusion.