Using entr to react to file changes
entr
is "A utility for running arbitrary commands when files change". It's available on both Linux and MacOS.
/_
is a shorthand that is replaced with the absolute path of the first file to trigger an event.
Last updated