Skip to content

patrycju/rerun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rerun

Tool for running command on file change. Language agnostic.

Build

To build binary run cargo build --release and then make binary available in any PATH sudo cp target/release/rerun /usr/local/bin/.

Usage

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 ./..."

About

Simple tool to run command on file change

Topics

Resources

Stars

Watchers

Forks

Languages