Hi HN! As a solo dev juggling 20+ microservices locally, I was tired of context-switching hell: `cd` into folders, `git status`, repeat endlessly. No bloated Electron app—built *git-scope*, a Go + Bubble Tea TUI that recursively discovers repos, fuzzy-searches by name/status, and jumps to editors in 10ms.
Key wins: • Filters dirty/unpushed repos instantly (`/` fuzzy find) • Vim keys (`j/k/h/l`), `Enter` opens in VSCode/iTerm • Caches state for sub-10ms launches • brew tap Bharath-code/tap brew install git-scope or go install github.com/Bharath-code/git-scope/cmd/git-scope@latest
Demo (GIF): https://github.com/Bharath-code/git-scope/raw/main/docs/git-... Website (with embedded demo): https://bharath-code.github.io/git-scope/?utm_source=hackern...
Feedback welcome—does this solve your polyrepo pain?