node-gh / gh

(DEPRECATED) GitHub CLI made with NodeJS. Use the official https://cli.github.com/ instead.
http://nodegh.io
Other
1.71k stars 217 forks source link

adds --link option that prints links to issues and pull requests #456

Closed jpbochi closed 8 years ago

jpbochi commented 8 years ago

The --link option is similar to --detailed except that it won't display the body of the issues.

Personally, I'm interested in this because I use iTerm, and it allows urls printed to the terminal to be clicked and open in my browser.

As a side note, I think it would be really amazing to introduce a feature like git's --pretty=format

henvic commented 8 years ago

Nice contribution. Thanks.