What's New in fswatch v. 1.18.2:
fswatch
v. 1.18.2 introduces the following features and bug fixes:
-
Added event flag
CloseWrite
: file open for write has been closed. -
kqueue_monitor
: added support forCloseWrite
, adding support for events of typeNOTE_CLOSE_WRITE
. -
inotify_monitor
: added support forCloseWrite
, adding support for events of typeIN_CLOSE_WRITE
. -
Issue #337:
fswatch
exits on non-existing paths.