Software development often involves running the same commands over and over. Boring! watchexec is a simple, standalone tool that watches a path and runs a command whenever it detects modifications. Example use cases: automatically run unit tests, run linters/syntax checkers, rebuild artifacts

WWW: https://watchexec.github.io/
