From 0ae52db4187e97c75e7e41295ca20df26de4346e Mon Sep 17 00:00:00 2001 From: Kenta Takeuchi <bmf.infomation@gmail.com> Date: Wed, 16 Jul 2025 23:19:04 +0900 Subject: [PATCH] Added a ggc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Added [ggc](https://github.com/bmf-san/ggc) – a terminal-based Git CLI tool written in Go. ggc offers both traditional subcommands and an interactive UI, aiming to improve developer productivity with a fast and user-friendly experience. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20ad024..b31cdeb 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ List of projects that provide terminal user interfaces - [Froggit](https://github.com/thewizardshell/froggit) Minimalist Git TUI with GitHub CLI integration - [euporie](https://github.com/joouha/euporie) Jupyter notebooks in the terminal - [fx](https://github.com/antonmedv/fx) Terminal JSON viewer & processor +- [ggc](https://github.com/bmf-san/ggc) A terminal-based Git CLI tool written in Go - [gitui](https://github.com/extrawurst/gitui) blazing fast terminal-ui for git written in rust - [git-crecord](https://github.com/andrewshadura/git-crecord) interactive selective commit tool - [grv](https://github.com/rgburke/grv) Terminal interface for viewing git repositories