Examples (8)
Infer the root directory of the project containing the specified directory, and watch its files and sub-folders for changes
watchman watch-project path/to/directoryAdd a trigger to run a command when files with a specified filename pattern in a watched directory change
List all watched directories
watchman watch-listDelete a watch on a directory and its associated triggers
watchman watch-del path/to/watched_directoryDelete all watched directories and triggers
watchman watch-del-allList all triggers on a watched directory
watchman trigger-list path/to/watched_directoryDelete a trigger from a watched directory
watchman trigger-del path/to/watched_directory trigger_nameTemporarily stop `watchman`, until the next time you call a `watchman` command
watchman shutdown-servermade by @shridhargupta | data from tldr-pages