funzzy

Lightweight file watcher that runs commands on file changes

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight file watcher

Commands

funzzy

Examples

Watch current directory and run tests on file changes$ funzzy --cmd 'cargo test'
Watch specific files and rebuild on changes$ funzzy --watch src/ --cmd 'make build'
Start interactive mode with configuration file$ funzzy