Lightweight file watcher that runs commands when files change.
Lightweight file watcher
funzzy$ funzzy init && echo '*.rs -> cargo test' >> .funzzy.yml$ funzzy watch 'src/**' --exec 'cargo build'$ funzzy watch 'config.yaml' --exec 'systemctl restart myapp'$ funzzy watch '*.js' --exec 'prettier --write .'$ funzzy watch 'src/**/*.ts' --exec 'tsc'