| Crates.io | witd |
| lib.rs | witd |
| version | 0.1.4 |
| created_at | 2025-03-18 21:24:52.911645+00 |
| updated_at | 2025-03-18 21:37:00.401598+00 |
| description | A simple CLI tool to watch for file changes and run commands. |
| homepage | |
| repository | https://github.com/ericrobolson/witd |
| max_upload_size | |
| id | 1597265 |
| size | 12,226 |
A tool to watch a set of directories or files and run a command.
cargo install witd
witd -w=src/ -i=target/ cargo test
-h || --help will output help-w=DIR || --watch=DIR will include the given directory in the watch list-i=DIR || --ignore=DIR will ignore the given directory in the watch list