gitwatchd v0.2.0
gitwatchd now supports every flag of the original gitwatch. New in this release:
-l <lines>/-L <lines>: use the diff itself as the commit message, up to<lines>lines.-c <command>: run a command and use its output as the commit message.-C: pipe the changed file names into the-ccommand, e.g.gitwatchd -c 'xargs echo updated:' -C .-vand-eare accepted and ignored.
All of it is behaviour-matched against the original gitwatch script, including known bugs.
Install: brew install --cask will-howard/tap/gitwatchd