GitHub’s official command line tool

The official GitHub CLI (gh) brings pull requests, issues, and other GitHub features directly to your command line.
It allows you to streamline your Git workflows by managing repositories, workflows, and releases without leaving the terminal.
Written in Go, it features a highly extensible architecture with support for custom extensions and scripting.
$ brew install gh$ winget install --id GitHub.cli --source winget$ choco install gh$ sudo apt install gh$ apk add github-cli$ pkg install gh$ sudo pacman -S github-cli$ conda install gh --channel conda-forge$ sudo dnf install ghto comment.