Hacker News new | ask | show | jobs
by yuvrajangads 116 days ago
Nice, similar energy to lazygit but as a single binary. The AI commit message generation is useful but I'd want a way to set a template or convention (conventional commits, etc.) so it doesn't just freestyle every time.

One thing: piping the install through curl | sh makes some people nervous. Might be worth adding a homebrew tap or at least a checksum for the binary.

1 comments

Conventional commits are baked in — it analyzes the staged diff and suggests structured messages (feat/fix/chore/refactor). No freestyle. Fair point on curl | sh. Checksums are coming. Homebrew tap is live now — brew tap aysdog/commitdog && brew install commitdog.