← Back to tools
View AGENTS.md for watcher
watcher
Watch files and run commands when they change
Description
watcher watches all the files present in a directory and whenever a file is changed or a file is created/deleted from the directory, it runs a specified command.
AI Summary
Watch directory files and execute commands on file changes
Capabilities
- + Watch files for changes
- + Detect file creation and deletion
- + Run specified commands on changes
Use When
- → When auto-running commands on file changes
Avoid When
- x When you need complex build pipelines