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

Option to ignore filesystem changes caused by current process #48

Open
pikajude opened this issue Jul 27, 2014 · 1 comment
Open

Option to ignore filesystem changes caused by current process #48

pikajude opened this issue Jul 27, 2014 · 1 comment

Comments

@pikajude
Copy link

hfsevents supports it. I don't know whether the APIs on other platforms do, so I'd include a caveat that the option is expected to be a no-op on non-Darwin OSes.

@UnkindPartition
Copy link
Member

inotify(7) specifically says:

The inotify API provides no information about the user or process that triggered the inotify event. In particular, there is no easy way for a process that is monitoring events via inotify to distinguish events that it triggers itself from those that are triggered by other processes.

I am not opposed to this if someone is willing to do the work.

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

No branches or pull requests

3 participants