展示 HN:Ggc – 用 Go 编写的带有交互式 UI 的 Git 命令行工具
Show HN: Ggc – A Git CLI tool written in Go with interactive UI

原始链接: https://github.com/bmf-san/ggc/releases/tag/v6.0.0

``` chore(deps): 将 codecov/codecov-action 从 5.5.0 升级到 5.5.1,由 @dependabot[bot] 在 #168 中完成 chore(deps): 将 actions/setup-go 从 5 升级到 6,由 @dependabot[bot] 在 #169 中完成 add: 添加缺失 git 包函数的全面测试,由 @bmf-san 在 #177 中完成 cmd(rebase): 实现基本 rebase 操作和流程,由 @ben-ranford 在 #176 中完成 feat(cmd): 强制统一语法,移除遗留建议,由 @ben-ranford 在 #178 中完成 fix(version): 修复通过 go install 构建时的版本/提交检测错误,由 @ben-ranford 在 #179 中完成 add: 添加更多缺失的测试,由 @bmf-san 在 #180 中完成 chore: 改进测试覆盖率,重构 git 包结构,简化 config 包,由 @bmf-san 在 #181 中完成 refactor(git,cmd): 淘汰单体 Clienter,采用专注接口,由 @ben-ranford 在 #183 中完成 chore: 格式化了一些文件,由 @bmf-san 在 #184 中完成 chore: 改进 main 中的测试覆盖率,由 @bmf-san 在 #185 中完成 chore: 改进测试覆盖率,由 @bmf-san 在 #186 中完成 完整变更日志:v5.0.3...v6.0.0 ```

## Ggc:一款新的 Git CLI 工具 bmf-san 发布了 **ggc** 的 6.0 版本,这是一款用 Go 构建的 Git 命令行界面,具有交互式 UI。Ggc 旨在通过直观的命令结构和增量搜索来简化常见的 Git 操作。 用户可以选择传统的 CLI 命令(如 `ggc add`),也可以通过简单地输入 `ggc` 来启动交互模式。它由于 Go 实现和最少的依赖项而具有快速的性能,并包含流行 shell(Bash、Zsh、Fish)的 shell 补全和可自定义的别名。 Ggc 支持超过 50 种 Git 操作,并且跨平台,可在 macOS、Linux 和 Windows 上运行。该项目是开源的,欢迎反馈和贡献。 你可以在 [https://github.com/bmf-san/ggc](https://github.com/bmf-san/ggc) 找到仓库和安装说明。
相关文章

原文
  • chore(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1 by @dependabot[bot] in #168
  • chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #169
  • add: comprehensive tests for missing git package functions by @bmf-san in #177
  • cmd(rebase): Implement basic rebase ops and flows by @ben-ranford in #176
  • feat(cmd): Enforce unified syntax, remove legacy suggestions by @ben-ranford in #178
  • fix(version): correct version/commit detection when built via go install by @ben-ranford in #179
  • add: more missing tests by @bmf-san in #180
  • chore: Improve test coverage, refactor git package structure, and simplify config package by @bmf-san in #181
  • refactor(git,cmd): retire monolithic Clienter; adopt focused interfaces by @ben-ranford in #183
  • chore: formated some files by @bmf-san in #184
  • chore: improve test cover in main by @bmf-san in #185
  • chore: improve test coverage by @bmf-san in #186

Full Changelog: v5.0.3...v6.0.0

联系我们 contact @ memedata.com