
GitHub - cli/go-gh: A Go module for interacting with gh and the GitHub …
go-gh is a collection of Go modules to make authoring GitHub CLI extensions easier. Modules from this library will obey GitHub CLI conventions by default: repository.Current() respects the value of the GH_REPO environment variable and reads from git remote configuration as fallback.
gh package - github.com/cli/go-gh/v2 - Go Packages
2025年1月6日 · Package gh is a library for CLI Go applications to help interface with the gh CLI tool, and the GitHub API. Note that the examples in this package assume gh and git are installed. They do not run in the Go Playground used by pkg.go.dev.
用Go语言重写了gh-proxy加速 - NodeSeek
2024年8月17日 · 这个go版本部署起来貌似有点麻烦的样子,我还是喜欢docker一键部署
go 重写的 gh-proxy, github 代理加速 - V2EX
2024年8月19日 · go 重写的 gh-proxy, github 代理加速 740moe · 216 天前 · 1368 次点击 这是一个创建于 216 天前的主题,其中的信息可能已经有所发展或是发生改变。
gh: gh 是一个用 Go 语言开发的 Github 命令行客户端
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/jingweno/gh. Fast GitHub command line client implemented in Go. Since v2.2.0, gh has been merged into hub. Future development will happen in github/hub. Mislav from GitHub has written a blog post about this project's progression. Thank …
GhProxy介绍及部署教程,基于Go的Github加速项目 | WJQserver的 …
2024年9月26日 · GhProxy 是一个基于 Go 语言的工具,旨在加速部分地区对 GitHub 仓库的访问。 它支持速率限制和用户鉴权,并且可以通过 Docker 进行部署。 GhProxy 使用 Gin 框架和 req 库构建,并采用 Caddy 作为 Web 服务器。
Releases · cli/go-gh - GitHub
cli/go-gh provides capabilities used by both the GitHub CLI and CLI extensions. Some of these packages are stable, however some like the new experimental markdown support are not. The github.com/cli/go-gh/v2/pkg/x package has been created to contain experimental features that are subject to change without notice. Introducing new string matcher ...
GitHub - 0-RTT/ghproxy-go: 基于Go语言开发的Github文件代理 …
基于Go语言开发的Github文件代理加速工具! Contribute to 0-RTT/ghproxy-go development by creating an account on GitHub.
gh-cli module - github.com/github/gh-cli - Go Packages
2020年1月23日 · gh - The GitHub CLI tool The #ce-cli team is working on a publicly available CLI tool to reduce the friction between GitHub and one's local machine for people who use the command line primarily to interact with Git and GitHub.
go-gh - 相关推荐和替代品 - Go语言库助力GitHub CLI扩展开发
go-gh是一个为GitHub CLI扩展开发设计的Go语言模块集合。 该库遵循GitHub CLI约定,提供仓库操作、API认证、终端功能判断等功能。 它支持表格和Go模板输出,并可调用用户默认浏览器。