A terminal-based dashboard for monitoring your GitHub repositories and contributions.
- View your GitHub repositories in a sortable table
- See your GitHub contribution calendar
- Browse repository READMEs directly in the terminal
- Lightweight and fast terminal interface
go install github.com/kj-crypto/github-dashboard@latest git clone https:// github.com/kj-crypto/github-dashboard.git
cd github-dashboard
go build -o github-dashboard ./cmd/cli- Setup Github token
export GITHUB_TOKEN=your_github_token - Optional: Enable debug logging
export GITHUB_DASHBOARD_DEBUG=on. Logs will be written tologs/*.log - Run
github-dashboard <username>
↑/↓: navigate repositories→: enter readme section scrolling←: back to repos list scrolling
MIT