Announcing Zvezda: Git Repository Manager
If you work with multiple Git repositories, you know the pain. Keeping them updated, finding files across repos, running commands everywhere—it's tedious.
Enter Zvezda
Zvezda is a Git repository manager built for developers who juggle many projects.
Key Features
**Batch Operations**
Run commands across all repos:
zvezda exec "git pull"
zvezda exec "npm update"**Cross-Repo Search**
Find files or code across all your projects:
zvezda search "TODO" --type js**Repository Insights**
See stats across your entire codebase:
**Smart Sync**
Keep everything up to date automatically:
zvezda sync --auto-stashWhy We Built It
As we developed multiple suites at NF Software, managing repos became a bottleneck. We tried existing tools but they were either:
So we built Zvezda: powerful, fast, and flexible.
Architecture
Built with:
Get Started
Zvezda is in beta. Install:
brew install nf-software/tap/zvezdaOr grab binaries from our releases page.
Roadmap
Coming soon:
Try Zvezda today and let us know what you think!