-
-
Notifications
You must be signed in to change notification settings - Fork 966
Support additional event types #519
Copy link
Copy link
Open
Labels
Description
We only have Create, Remove, Rename, Write, and Chmod now, but many watchers support additional events. This has come up a few times:
- kqueue improvements #24 - Extend, Link, Revoke
- Can't get USB device unmount event #297 - Unmount
- Support notification of READ events #346 - Read
- Open and Close events #504 - Open, Close
- Probably some others?
Instead of creating a bunch of issues for every possible event, track them here.
All of this depends on #7; we don't want to spam people with e.g. Open and Close
events when they're not interested in them (which is most of the time), and some
events aren't supported on all platforms.
Reactions are currently unavailable