【文件属性】:
文件名称:ix:Issues Explorer - 用于探索 GitHub 问题的 CLI 工具
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-16 01:20:06
Go
ix - 问题浏览器
用于按存储库、时间范围、标签和受让人探索 GitHub 问题的 CLI 工具。
$ ix closed --repo mhfs/ix --token
#1 - 2015-01-29 - Fixed that weird bug by @mhfs (labe1, label2)
#2 - 2015-01-27 - Added another amazing feature by @mhfs
安装
目前只能从源头获得。 计划用于未来版本的二进制版本。
go get github.com/mhfs/ix
cd $GOPATH/src/github.com/mhfs/ix
go install
$GOPATH/bin/ix help
验证
ix 依赖于来自 GitHub 的 oauth 令牌。 您可以通过--token / -t选项提供它或设置G
【文件预览】:
ix-master
----LICENSE(1KB)
----issue.go(1KB)
----repo.go(465B)
----README.md(2KB)
----ix.go(4KB)