| Crates.io | watchy |
| lib.rs | watchy |
| version | 0.1.2 |
| created_at | 2025-02-17 04:44:38.11357+00 |
| updated_at | 2025-03-01 08:33:14.591244+00 |
| description | Watch a set of files for changes and run a command on change. |
| homepage | |
| repository | https://github.com/jdhouseholder/watchy |
| max_upload_size | |
| id | 1558583 |
| size | 20,444 |
Watch files and runs a command on file change with the file path passed as an argument.
watchy --watch ./foo.txt --then bar.sh
When ./foo.txt changes watchy will execute bar.sh ./foo.txt.
We use IN_ONESHOT because some programs update by moving.