Comment by maleldil
4 years ago
I think you can do something like that with `watchexec` (or `entr`, if you prefer that):
watchexec -c -e go 'go test ./... && git commit -am "Tests pass"'
4 years ago
I think you can do something like that with `watchexec` (or `entr`, if you prefer that):
watchexec -c -e go 'go test ./... && git commit -am "Tests pass"'
No comments yet
Contribute on Hacker News ↗