5 releases
Uses new Rust 2024
| 0.1.4 | Mar 18, 2025 |
|---|---|
| 0.1.3 | Mar 18, 2025 |
| 0.1.2 | Mar 18, 2025 |
| 0.1.1 | Mar 18, 2025 |
| 0.1.0 | Mar 18, 2025 |
#403 in Development tools
8KB
159 lines
witd
A tool to watch a set of directories or files and run a command.
Install
cargo install witd
Example Usage
witd -w=src/ -i=target/ cargo test
Flags
-h || --helpwill output help-w=DIR || --watch=DIRwill include the given directory in the watch list-i=DIR || --ignore=DIRwill ignore the given directory in the watch list
Dependencies
~0.1–2MB
~36K SLoC