Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ellomas.com/llms.txt

Use this file to discover all available pages before exploring further.

Git Radar

Terminal-based Git visualization tool built with Go and the Charm ecosystem. Navigate commits, switch branches, view diffs — all in one interactive terminal UI.

Features

  • Commit Graph — Browse commit history with branch labels and merge indicators
  • Branch Switching — Quick branch navigation
  • Branch Comparison — Compare divergence between branches
  • Commit Details — View file changes per commit
  • Diff Viewer — Syntax-highlighted code diffs

Quick Start

go install github.com/tomiwa-a/git-radar@latest

# Navigate to any git repo and run:
git-radar

Keybindings

KeyAction
qQuit
j / Move down
k / Move up
EnterView commit details
bOpen branch switcher
?Toggle legend

Full documentation coming soon.