just a dumb cli tool cause im tire of things that watch only a subset of my files im sure there are better tools out there but i dont care
flipper -command "echo hello world"
flipper -ex "vendor" -command "echo hello world"
flipper -ex "vendor" -ex "node_modules" -command "echo hello world"
flipper -ex-ext "go" -command "echo hello world"
flipper -ex-ext "go" -ex-ext "js" -command "echo hello world"
go install github.com/karim-w/flipper@latest
BSD 3-Clause License
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Karim-W