Tech News
← Back to articles

Show HN: ggc – A terminal-based Git CLI written in Go

read original related products more articles

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 no arguments to launch an incremental search UI for command selection.

Simple commands for common Git operations (add, push, pull, branch, log, etc.)

... continue reading