gitdash 1.0.0

A terminal ui for github profile using crossterm and ratatui
gitdash-1.0.0 is not a library.
Visit the last successful build: gitdash-1.0.3

GITDASH

A beautiful GitHub profile dashboard in your terminal.

Rust License crossterm ratatui clap reqwest


Features

  • Profile card — avatar, bio, followers, repos, stars, location
  • Contribution heatmap — scrollable, GitHub dark theme colors
  • Repository list — sorted by stars, scrollable with metadata
  • Language stats — bar chart of your top languages
  • Zero auth — uses public GitHub APIs, no token needed
  • Config persistence — remembers the last username

Install

cargo install gitdash

Usage

gd torvalds          
gd                   
gd update -u octocat

Note*: You can also use gitdash instead of gd if you want

Keybindings

Key Action
/ j Scroll repos up
/ k Scroll repos down
/ Scroll heatmap
PgUp / PgDn Page through repos
g / G Top / bottom
Tab Switch tab
r Refresh data
h / ? Toggle help
q / Ctrl+C Quit