Important
atlas.radar is part of the Atlas Suite—a collection of high-visibility, local-first terminal utilities designed for power users who demand precision and aesthetic clarity.
atlas.radar is a high-performance Git workspace monitor that provides a bird's-eye view of all repositories within a directory. It instantly identifies dirty working trees, ahead/behind counts, and current branches, allowing you to manage large project folders with zero cognitive overhead.
- 📡 Deep Scanning: Recursively identifies every Git repository in a workspace.
- 🔄 Real-time Monitoring: Use
--watchto keep an eye on your projects as you code. - 📊 Table View: Clean, structured tabular output for comprehensive auditing.
- 🚀 Bulk Operations: Fetch, Pull, or Push across multiple repositories simultaneously.
- 🔍 Filtering: Filter by repository name (regex) or remote count.
- 🎨 High-Visibility UI: Uses the Atlas "Onyx & Gold" aesthetic for maximum readability.
git clone https://github.com/fezcode/atlas.radar
cd atlas.radar
gobake buildScan the current directory for Git repositories:
atlas.radarShow structured results in a table:
atlas.radar --tableShow only repositories that have no remotes (local-only):
atlas.radar --remote 0Fetch updates for all repositories matching a pattern:
atlas.radar --fetch --pattern atlas| Flag | Description | Default |
|---|---|---|
--show |
Filter repos (all, clean, unclean) |
all |
--watch |
Continuously monitor status | false |
--table |
Display results in a table | false |
--fetch |
Fetch updates for all matched repos | false |
--pull |
Pull updates for all matched repos | false |
--push |
Push updates for all matched repos | false |
--pattern |
Regex pattern to match repo names | "" |
--remote |
Filter by number of remotes | -1 |
- Local-First: Operates entirely on your local filesystem using native Git commands.
- Speed: Optimized scanning that skips non-repository directories instantly.
- Design: Built with
lipglossfor a professional, high-fidelity terminal experience.
MIT License - Copyright (c) 2026 FezCode.
