entr - Do something when things change

Print ‘boo’ when dir content changes (WSL):

ENTR_INOTIFY_WORKAROUND="true" ls | entr -s 'echo "boo"'

https://github.com/clibs/entr