@skunksarebetter Am I mis-remembering, or did you once recommend a CLI tool that would execute a terminal command in response to changes in a set of files? I remember it as being a recommendation for `fzf`, but I'm not seeing that anywhere, and `fzf` doesn't seem to advertise that capability.
@pganssle This is likely the program in question: https://emcrisostomo.github.io/fswatch/
@pganssle
If you cant find any such tool it would be easy enough to roll your own with a few lines in a script. Wouldnt be a very long script but to do it efficient might get a little technical. Probably examples out there though.
@skunksarebetter