#watch #file #run-command #command

app witd

A simple CLI tool to watch for file changes and run commands

5 releases

Uses new Rust 2024

new 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

#327 in Development tools

MIT license

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 || --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

Dependencies

~0.1–6.5MB
~33K SLoC