file_watcher
Track file system changes by watching specified paths for events including add, change, unlink. Allows recursive directory monitoring and ignoring patterns.
Instructions
Watch files and directories for changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform with the file watcher | |
| path | Yes | Path to watch or manage | |
| events | No | Events to watch for | |
| recursive | No | Watch recursively for directories | |
| ignorePatterns | No | Patterns to ignore (glob patterns) |