Hi everyone,
I built a CLI tool called *diny* that generates Git commit messages directly from your staged changes.
– It runs `git diff` and filters out noise like lockfiles, build artifacts, and binaries.
– From the cleaned diff it suggests a clear commit message.
– You can confirm or refine the message before committing.
Key points:
– No setup or API keys required.
– Lightweight, local-first workflow.
– Supports different lengths and styles (short, normal, long; conventional or simple).
– Built in Go with Cobra for a familiar CLI experience.
Repo: https://github.com/dinoDanic/diny
Comments URL: https://news.ycombinator.com/item?id=45405360
Points: 1
# Comments: 0
Source: github.com