Next: Tutorial Introduction to fswatch, Previous: History, Up: Top [Contents][Index]
fswatch is a file change monitor that receives notifications
when the contents of the specified files or directories are modified.
fswatch implements four kinds of monitors:
ReadDirectoryChangesW
function and reads change events asynchronously.
fswatch should build and work correctly on any system
shipping either of the aforementioned APIs.
fswatch AuthorsAlan DIPERT wrote the first implementation of fswatch
in 2009. This version ran exclusively on OS X and relied on the
FSEvents API to get change events from the OS.
At the end of 2013 Enrico M. CRISOSTOMO wrote fsw
aiming at providing not only a drop-in replacement for
fswatch, but also a common front-end from multiple file
system change events APIs, including:
In April 2014 Alan and Enrico, in the best interest of users of either
fswatch and fsw, agreed on merging the two
programs together. At the same time, Enrico was taking over
fswatch as a maintainer.
As a consequence, development of fswatch will continue on
its main repository while the fsw repository will likely be
frozen and its documentation updated to redirect users to
fswatch.
If you find problems or have suggestions about this program or this
manual, please report them as new issues in the official GitHub
repository of fswatch at
https://github.com/emcrisostomo/fswatch. If you wish, you may
contact the authors at the addresses listed in the AUTHORS
file.
When reporting a bug, please be sure to include as much detail as possible.
Next: Tutorial Introduction to fswatch, Previous: History, Up: Top [Contents][Index]