gh icon indicating copy to clipboard operation
gh copied to clipboard

(DEPRECATED) GitHub CLI made with NodeJS. Use the official https://cli.github.com/ instead.

Results 51 gh issues
Sort by recently updated
recently updated
newest added

I used to do ``` gh pr --list --all --org={my_org} --assignee={me} ``` And I would get a list of all pull requests in my organization assigned to me. But now...

new feature
high priority

**Is your feature request related to a problem? Please describe.** Every time I send a PR I need to go to the UI to update reviewers and labels, when they...

improvement

Often I submit pull requests with blank messages because the message was already defined in the commit. I would like to have a flag that would automatically split the last...

new feature

`gh pr` displays a table and `gh is` displays a list. As a user, I'd like to see same info about issues than in pulls, including issue status.

new feature

Would it be possible to have a configuration property containing a regex pattern that GH could use to name a branch when pulling a PR down? For example, if someone...

improvement

I found that I can remove all assignees from a closed issue with a command like this, run from the directory of the git repo with an associated GitHub remote:...

Hello, Could you add a confirmation input similar to `$ git send-email` for `gh issue foo`? So in order to open new issue you should type `y` or `n` to...

new feature

Not sure if you'd like to have this feature, just list all the notifications of my GitHub account, looks very useful to me :)

new feature

`gh` reports my current user incorrectly when called from a folder that is a git repo (I think that's what is triggering it?). ```bash $ gh user --whoami First we...

improvement

**_If you are interested on gh updates, you can subscribe to this issue._** ## New v2 Features ![image](https://media.giphy.com/media/5wWf7GW1AzV6pF3MaVW/giphy.gif) - Fantastic work by @hamxabaig for implementing **beautiful table style** printing for...