Alternatives to gh-dash
A terminal dashboard for GitHub pull requests and issues, run as a GitHub CLI extension. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
gh-dash
A terminal dashboard for GitHub pull requests and issues, run as a GitHub CLI extension.
Replacements
Listings that take over the same core job as gh-dash.
GitHub CLI
GitHub's official command-line tool: pull requests, issues, releases and Actions runs from the terminal next to git.
GitHub CLI handles pull requests and issues through individual commands instead of a combined dashboard view, and it is the MIT-licensed tool gh-dash already runs on.
Similar software
Related functionality, not a direct replacement.
glab
The official GitLab command-line tool for working with GitLab from the terminal.
tea
The official command-line tool for working with issues, pull requests and more on Gitea servers.
lazygit
A terminal interface for Git that makes staging chunks, interactive rebase and stashing things you actually do.
GitHub Desktop
GitHub's own Git client, aimed at people who want to commit and push without learning the command line.
GitUI
A terminal interface for git that is fast on huge repositories and controlled entirely from the keyboard.