← 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.
When to use this tool
✓ Good fit when
- When auto-running commands on file changes
✕ Avoid when
- When you need complex build pipelines
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