GitHub - bmf-san/ggc: A modern Git CLI tool with both traditional command-line and interactive incremental-search UI.
ggc
A Go Git CLI.
This logo was created by gopherize.me.
Demo
Overview
ggc is a Git tool written in Go, offering both traditional CLI commands and an interactive interface with incremental search. You can either run subcommands like ggc add directly, or launch the interactive mode by simply typing ggc. Designed to be fast, user-friendly, and extensible.
Features
Traditional command-line interface (CLI): Run ggc [args] to execute specific operations directly.
Interactive interface: Run ggc with ...
Read more at github.com