watchman
Verified for current stable LTS
Watchman Command: List Watched Directories
Use for list watched directories with Watchman. Exact CLI syntax to list watched directories using Watchman.
When to use this: Use for list watched directories with Watchman.
Command Syntax
watchman watch-list watchman watch-list Command Breakdown
watchman is the base executable for this command.
FAQ
Purpose: Exact syntax to list watched directories using Watchman.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Watchman Command: Add Trigger On File Change
watchman -- trigger <path/to/watched_directory> <trigger_name> '<pattern>' -- <command> Watchman Command: Delete All Watched Directories watchman watch-del-all Watchman Command: Delete Trigger From Watched Directory watchman trigger-del <path/to/watched_directory> <trigger_name> Watchman Command: Delete Watch Directory watchman watch-del <path/to/watched_directory> Watchman Command: List Triggers On Watched Directory watchman trigger-list <path/to/watched_directory>