watchy

Crates.iowatchy
lib.rswatchy
version0.1.2
created_at2025-02-17 04:44:38.11357+00
updated_at2025-03-01 08:33:14.591244+00
descriptionWatch a set of files for changes and run a command on change.
homepage
repositoryhttps://github.com/jdhouseholder/watchy
max_upload_size
id1558583
size20,444
jdhouseholder (jdhouseholder)

documentation

README

watchy 🐋

Watch files and runs a command on file change with the file path passed as an argument.

Usage

watchy --watch ./foo.txt --then bar.sh

When ./foo.txt changes watchy will execute bar.sh ./foo.txt.

Notes

We use IN_ONESHOT because some programs update by moving.

Commit count: 10

cargo fmt