entr

Run arbitrary commands when files change

Miscellaneous C

entr is a utility for running arbitrary commands when files change. It reads a list of file paths from stdin and runs the given command when any change.

Installation

brew brew install entr
apt apt install entr