Hacker News new | ask | show | jobs
by jvican 75 days ago
I personally like and use watchexec [1] to run commands on repeat.

Syntax example: `watchexec -r -e py uv run pytest -xvvs file.py`

[1]: https://github.com/watchexec/watchexec