codebyagon
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
gix is a small Go CLI that reads your staged git diff and generates a conventional commit message. Example: gix commit It analyzes the diff and suggests something like: feat(auth): add JWT refresh token handling Design…
-
I’ve been building a small CLI tool called Gix that brings a bit of AI into Git, not to replace your workflow, but to make some of the repetitive parts less painful. It's written in Go, works cross-platform, and runs…
- Show HN: Gix – A small CLI tool that adds AI to Git (github.com)
I’ve been working on Gix — a small CLI tool that brings a bit of AI into the Git workflow. Written in Go, cross-platform, and fully local (uses your own OpenAI key). It helps split large diffs into smaller commits and…