A terminal UI for your GitHub work queue: important notifications, open PRs, and open issues, grouped by repo and updated in real time.
Release installs are recommended.
curl -fsSL https://github.com/sethrylan/hyper/releases/latest/download/install.sh | shAdd ~/.local/bin to your PATH:
export PATH="$HOME/.local/bin:$PATH"You can opt out of automatic checks for a launch with HYPER_NO_UPDATE=1 hyper.
Alternatively, install from source with Go:
go install github.com/sethrylan/hyper/cmd/hyper@latestSource installs do not auto-update; rerun the command to upgrade. Check any installation with hyper --version.
Requires GitHub CLI authentication:
gh auth loginhyper| Key | Action |
|---|---|
tab / shift+tab |
Switch feed |
j / k |
Move down / up |
l / h |
Expand / collapse group |
o / enter |
Open in browser |
y |
Copy URL |
E |
Mark done (Important Notifications) |
r |
Refresh |
? |
Help |
q |
Quit |
