| Crates.io | gb |
| lib.rs | gb |
| version | 0.1.0 |
| created_at | 2025-09-07 15:07:52.781981+00 |
| updated_at | 2025-09-07 15:07:52.781981+00 |
| description | A terminal user interface (TUI) for managing Git branches |
| homepage | https://github.com/matsimitsu/gb |
| repository | https://github.com/matsimitsu/gb |
| max_upload_size | |
| id | 1828216 |
| size | 50,812 |
GB is a terminal user interface (TUI) application for managing Git branches in a more intuitive way. It provides an interactive interface to view, and switch your Git branches efficiently from the command line.
With Rust's package manager Cargo, you can install GB directly:
cargo install gb
Or build from source:
git clone https://github.com/your-username/gb.git
cd gb
cargo build --release
The binary will be available in target/release/gb
Simply run gb in any Git repository:
gb
↑/↓: Navigate through branchesEnter: Switch to selected branchq: Quit the applicationContributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.