#command #running #change

app rentr

A utility for running arbitrary commands when files change

4 releases

0.1.3 Nov 19, 2021
0.1.2 Oct 28, 2021
0.1.1 Nov 3, 2020
0.1.0 Nov 3, 2020

#111 in #change

Custom license

6KB
87 lines

rentr

A utility for running arbitrary commands when files change.

Installation

cargo install rentr

Usage

find . | grep \.rs | rentr -c cargo build find . | grep \.rs | rentr -c echo "CHANGED"

Dependencies

~3–14MB
~122K SLoC