gitsome
A terminal-based interface for GitHub, accessed via theghcommand. It also provides menu-style autocomplete suggestions forgitcommands. More information: https://github.com/donnemartin/gitsome.
-
Enter the gitsome shell (optional), to enable autocompletion and interactive help for Git (and gh) commands:
gitsome -
Setup GitHub integration with the current account:
gh configure -
List notifications for the current account (as would be seen in https://github.com/notifications):
gh notifications -
List 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
License and Disclaimer
The content on this page is copyright © 2014—present the tldr-pages team and contributors.This page is used with permission under Creative Commons Attribution 4.0 International License.
While we do attempt to make sure content is accurate, there isn't a warranty of any kind.