-
Notifications
You must be signed in to change notification settings - Fork 10
Common queries
Gennaro Tedesco edited this page Jan 30, 2022
·
6 revisions
A list of common use cases:
# show all your repositories
gh s -E -u @me
# set the alias
gh alias set mine 's -E -u @me'
gh mine
# most starred gh extensions
gh s -E -t gh-extension
# most famous go or rust frameworks
gh s -E -l go -l rust
# the hottest neovim plugin in lua
gh s -E -t plugin -t nvim -l lua
# all of tpope plugins
gh s -E -u tpope -l vim -l lua
# set the alias
gh alias set thepope 's -E -u tpope -l vim -l lua'
...do you know of more 🤔? Contribute!