snippetbashTip
gitsome — A terminal-based interface for GitHub, accessed via the `gh` command. It also provides menu-style au
Viewed 0 times
terminalcommandgithubinterfacecligitsomebasedfor
Problem
How to use the
gitsome command: A terminal-based interface for GitHub, accessed via the gh command. It also provides menu-style autocomplete suggestions for git commands. More information: <https://github.com/donnemartin/gitsome#index>.Solution
gitsome — A terminal-based interface for GitHub, accessed via the gh command. It also provides menu-style autocomplete suggestions for git commands. More information: <https://github.com/donnemartin/gitsome#index>.Enter the gitsome shell (optional), to enable autocompletion and interactive help for Git (and gh) commands:
gitsomeSetup GitHub integration with the current account:
gh configureList notifications for the current account (as would be seen in <https://github.com/notifications>):
gh notificationsList the current account's starred repos, filtered by a given search string:
gh starred "{{python 3}}"View the recent activity feed of a given GitHub repository:
gh feed {{tldr-pages/tldr}}View the recent activity feed for a given GitHub user, using the default pager (e.g.
less):gh feed {{torvalds}} {{[-p|--pager]}}Code Snippets
Enter the gitsome shell (optional), to enable autocompletion and interactive help for Git (and gh) commands
gitsomeSetup GitHub integration with the current account
gh configureList notifications for the current account (as would be seen in <https://github.com/notifications>)
gh notificationsList the current account's starred repos, filtered by a given search string
gh starred "{{python 3}}"View the recent activity feed of a given GitHub repository
gh feed {{tldr-pages/tldr}}Context
tldr-pages: common/gitsome
Revisions (0)
No revisions yet.