load test
Find a file
Mislav Marohnić 528ea6eee0 Merge pull request #53 from github/issue-status-view
Add `issue status`, `issue create`
2019-11-08 15:24:30 +01:00
.github/workflows Stop requiring vendored dependencies in CI 2019-10-23 22:35:11 +02:00
.vscode Add VS Code settings 2019-10-07 16:36:23 +02:00
api Add issue create test 2019-11-08 15:20:24 +01:00
auth Wire up OAuth authentication flow to initialize config file 2019-10-18 19:08:11 +02:00
command Add issue create test 2019-11-08 15:20:24 +01:00
context Now able to use api in oauth flow 2019-10-29 21:16:35 +01:00
git Ensure git operations preserve their stderr in error output 2019-11-01 22:16:23 +01:00
test Merge remote-tracking branch 'origin/master' into issue-status-view 2019-11-07 18:46:18 +01:00
ui initial commit 2019-10-03 22:20:31 -05:00
utils Merge branch 'master' into exec-cmd-error-info 2019-11-06 19:36:12 +01:00
.gitignore Preliminary OAuth flow 2019-10-18 15:44:44 +02:00
go.mod Merge remote-tracking branch 'origin/master' into pr-list 2019-11-06 19:45:10 +01:00
go.sum Merge remote-tracking branch 'origin/master' into pr-list 2019-11-06 19:45:10 +01:00
main.go Also print cmd usage string on "unknown command" 2019-10-31 22:44:43 +01:00
Makefile Add --version flag support 2019-10-31 12:14:55 +01:00
README.md Remove redirect to helper-cli from the README 2019-10-29 13:43:47 -04:00

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. https://github.com/github/releases/issues/659

This tool is an endeavor separate from github/hub, which acts as a proxy to git, since our aim is to reimagine from scratch the kind of command line interface to GitHub that would serve our users' interests best.

Process