Tool for running command on file change. Language agnostic.
To build binary run cargo build --release
and then make binary available in any PATH sudo cp target/release/rerun /usr/local/bin/
.
Just run rerun with command you want to launch as parameter(s):
rerun cargo run
Command can also be in quotes:
rerun "go test -v ./..."