gitreak
v0.1.0
Published
Your terminal is your yard. Instant GitHub contribution graph in true-color ANSI.
Maintainers
Readme
gitreak
Your terminal is your yard. 🌱
Instant GitHub contribution graph in your terminal — true-color green, zero config, no auth.
npx gitreak <username>Why?
gitreak sits in the sweet spot of being zero-config, beautiful (actual GitHub green), and single-purpose. It's the cat of contribution graphs.
Features
- Zero config — no token, no API key, no setup
- True-color ANSI — exact GitHub green palette (plus dark and blue themes)
- Unicode blocks — uses ▆▆ characters and hair spaces for tightly proportioned cells
- Responsive — automatically truncates the graph on narrow screens to prevent ugly text wrapping
- Streak stats — current streak, longest streak, total contributions
- 15-minute cache — stored in
~/.gitreak/so you're not hammering GitHub
Usage
gitreak <username> # Current year
gitreak <username> --year 2025 # Specific year
gitreak <username> --theme blue # Alternate color themeInstall
npm install -g gitreak
# or just run it:
npx gitreak <username>Requires Node.js >= 20.
