Forrest logo
back to context overview

gitsome

List of commands for gitsome:

  • gitsome:tldr:04e15 gitsome: List the current account's starred repos, filtered by a given search string.
    $ gh starred "${python 3}"
    try on your machine
    explain this command
  • gitsome:tldr:0dab3 gitsome: View the recent activity feed for a given GitHub user, using the default pager (e.g. `less`).
    $ gh feed ${torvalds} -p
    try on your machine
    explain this command
  • gitsome:tldr:6d53c gitsome: Setup GitHub integration with the current account.
    $ gh configure
    try on your machine
    explain this command
  • gitsome:tldr:7d622 gitsome: List notifications for the current account (as would be seen in https://github.com/notifications).
    $ gh notifications
    try on your machine
    explain this command
  • gitsome:tldr:a7c37 gitsome: View the recent activity feed of a given GitHub repository.
    $ gh feed ${tldr-pages-tldr}
    try on your machine
    explain this command
  • gitsome:tldr:f2950 gitsome: Enter the gitsome shell (optional), to enable autocompletion and interactive help for Git (and gh) commands.
    $ gitsome
    try on your machine
    explain this command
back to context overview