Skip to content

gitwatchd v0.2.0

Choose a tag to compare

@Will-Howard Will-Howard released this 24 Jul 17:25

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 -c command, e.g. gitwatchd -c 'xargs echo updated:' -C .
  • -v and -e are 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