1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 23:42:09 +02:00
tldr/pages/common/gitsome.md
Lena 8d3737dcbf
pages/*: add < > around links in example descriptions (#10594)
* pages/*: add `< >` around links in example descriptions

* Apply suggestions from code review

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* apm: add `< >` to the English page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-10 18:51:33 +05:30

29 lines
864 B
Markdown

# 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>.
- 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`