mirror of
https://github.com/dlvhdr/gh-dash
synced 2026-07-22 17:13:50 +00:00
No description
- Go 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github | ||
| cmd | ||
| docs | ||
| internal | ||
| testdata | ||
| .envrc | ||
| .gh-dash.yml | ||
| .gitignore | ||
| .golangci.yml | ||
| .goreleaser.yaml | ||
| .graphqlrc.json | ||
| AI_POLICY.md | ||
| CONTRIBUTING.md | ||
| devbox.json | ||
| devbox.lock | ||
| gh-dash.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE.txt | ||
| README.md | ||
| requests.http | ||
| Taskfile.yaml | ||
A rich terminal UI for GitHub that doesn't break your flow.
❤️ Sponsoring
If you enjoy DASH and want to help, consider supporting the project with a
donation at the sponsors page.
Thank you to all past and existing sponsors! 🙏🏽
Sponsors
TUI Visionary
TUI Power User
TUI Backer
🌟 Features
- User-defined, per-repo, PRs & issues sections
- Overridable vim-style keyboard hotkeys
- Custom actions to perform your specific workflow needs
- Everything you can do on GitHub - diff, comment, checkout, push, update etc.
- Control every setting with a YAML config file
If you like quickly navigating with your keyboard, seeing the PRs and issues you need and you love the terminal - DASH is for you! 🫵🏽
📃 Docs
DASH has an extensive docs site at gh-dash.dev/getting-started.
👥 Discord
Have questions? Join our Discord community!
🙏 Contributing
See the contribution guide at https://www.gh-dash.dev/contributing.
🛞 Under the hood
DASH uses:
- bubbletea for the TUI
- lipgloss for the styling
- glamour for rendering markdown
- vhs for generating the GIF
- cobra for the CLI
- gh for the GitHub functionality
- delta for viewing PR diffs