witd

Crates.iowitd
lib.rswitd
version0.1.4
created_at2025-03-18 21:24:52.911645+00
updated_at2025-03-18 21:37:00.401598+00
descriptionA simple CLI tool to watch for file changes and run commands.
homepage
repositoryhttps://github.com/ericrobolson/witd
max_upload_size
id1597265
size12,226
Eric Olson (ericrobolson)

documentation

https://docs.rs/witd/latest/witd/

README

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
Commit count: 6

cargo fmt