Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

fs_watcher

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