emcrisostomo / fswatch

A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.
https://emcrisostomo.github.io/fswatch/
GNU General Public License v3.0
4.96k stars 327 forks source link

Update fswatch.7.in to add the Event Types section to the man page #248

Closed steamfire closed 3 years ago

steamfire commented 3 years ago

Added EVENT TYPES section to the man page, listing the file change flags that are reported by fswatch to be used by the "--event" filter.
Refers to issue #207

emcrisostomo commented 3 years ago

Thanks @steamfire