hindsight: GitHub-style git activity visualizer for terminal
github.com·16h·
Preview
Report Post

Hindsight

Hindsight is a GitHub-style git activity visualizer for your terminal. It scans your local directories for git repositories and aggregates your contribution history into a beautiful, blue, pixel-perfect heatmap.

Installation

cargo install hindsight

Usage

Interactive TUI (Default)

Run without arguments to scan the current directory and open the TUI:

hindsight

Options

FlagDescription
--path <PATH>directory to scan (default: current dir)
--days <N>Number of days to look back (default: 365)
--depth <N>Max recursion depth for finding repos (default: 3)
--authors "<NAMES>"Filter by comma-separated author list
--listPrint detailed stats table to stdout

Similar Posts

Loading similar posts...