Lightning-fast branch switching with fuzzy search
A minimal CLI tool that lets you quickly find and switch between Git branches using a clean, interactive interface.
- ⚡ Fast branch switching - Find branches faster than you can type their full name
- ⌨️ Keyboard-driven - Navigate without reaching for the mouse
- 🔢 Numbered selections - Easy visual reference
- 🔖 Uses native
git switchunder the hood, supports all its parameters
npm install -g git-swiftgo install github.com/ddddami/git-swift@latestSimply run:
git swiftThis opens an interactive UI where you can:
- Type to filter branches
- Use ↑/↓ arrows to navigate
- Press Enter to switch to the selected branch
- Press Esc to quit
If you know part of the branch name:
git swift branch-nameThis will switch directly to the branch if an exact match is found.
- Minimal UI - Just the information you need, nothing more
- Lightweight - Fast startup time, small memory footprint
- Zero configuration - Works out of the box
MIT
