Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional filters #10

Open
nathany opened this issue Jun 29, 2014 · 1 comment
Open

Additional filters #10

nathany opened this issue Jun 29, 2014 · 1 comment
Labels

Comments

@nathany
Copy link
Contributor

nathany commented Jun 29, 2014

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

  • shell pattern matches, such as *.go
  • excluding hidden files and directories (.git, .hg)
  • throwing out duplicate events on a file (occurring within a second)

(My attempt to incorporate them into fsnotify itself is here: howeyc/fsnotify#65)

@PieterD PieterD mentioned this issue Feb 23, 2015
@omeid
Copy link

omeid commented Feb 23, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants