CLI harness for Yuneta’s fs_watcher library: it watches a directory through
yev_loop and prints every filesystem event (dir/file created, deleted,
modified). Useful for diagnosing the watch layer that watchfs
is built on.
Usage¶
fs_watcher <directory>Watches recursively; press Ctrl-C to exit (it dumps the tracked paths on quit). No options — a single directory argument.
See also¶
inotify— the raw layer below this.