Show HN: Gmap: A fast command-line tool to explore Git activity
2 seeyebe 0 7/30/2025, 2:37:52 AM github.com ↗
Hey folks,
I just released a new CLI tool called gmap, built in Rust, focused on exploring Git history visually and efficiently from your terminal.
Highlights: • Heatmap view: weekly commit activity with churn and delta stats • Filetype breakdown: see which file extensions are most active • Authorship insight: per-week top contributors • Timeline and trends: sparkline and stats over time • TUI mode (–tui): navigate interactively, search, filter, view stats • Export mode: get all Git stats as JSON for further processing
Install with:
cargo install gmap
Or check it out here: https://github.com/seeyebe/gmap
Let me know what you think. Feedback welcome!
No comments yet