Show HN: ggc – A terminal-based Git CLI written in Go
2 bmf-san 0 7/16/2025, 2:25:42 PM github.com ↗
Hi HN,
I built ggc (https://github.com/bmf-san/ggc), a terminal-based Git CLI tool written in Go.
ggc provides: - A fast interactive UI (like `fzf`) for common Git operations
- Traditional subcommands (e.g. `ggc add`, `ggc commit`)
- Git-compatible config support (`ggc config` reads from `git config`)
- Built-in aliases and workflow automation (e.g. `ggc addcommitpush`)
The goal is to improve developer productivity by combining interactive workflows with scriptable CLI operations.
It's still under active development, but I'd love feedback from the community!
GitHub: https://github.com/bmf-san/ggc Demo GIF: https://github.com/bmf-san/ggc#demo
Thanks!
No comments yet