> ## 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.

# Git Radar

**Terminal-based Git visualization tool built with Go and the Charm ecosystem.**

[![GitHub](https://img.shields.io/badge/GitHub-git--radar-181717?logo=github)](https://github.com/tomiwa-a/git-radar)

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

```bash theme={null}
go install github.com/tomiwa-a/git-radar@latest

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

## Keybindings

| Key       | Action               |
| --------- | -------------------- |
| `q`       | Quit                 |
| `j` / `↓` | Move down            |
| `k` / `↑` | Move up              |
| `Enter`   | View commit details  |
| `b`       | Open branch switcher |
| `?`       | Toggle legend        |

***

*Full documentation coming soon.*
