Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neoki07/gibra
A command-line tool that enables interactive branch selection for git
https://github.com/neoki07/gibra
branch cargo cli git rust
Last synced: 13 days ago
JSON representation
A command-line tool that enables interactive branch selection for git
- Host: GitHub
- URL: https://github.com/neoki07/gibra
- Owner: neoki07
- License: mit
- Created: 2023-05-27T13:17:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-03T10:59:46.000Z (4 months ago)
- Last Synced: 2024-10-05T16:19:07.672Z (about 1 month ago)
- Topics: branch, cargo, cli, git, rust
- Language: Rust
- Homepage: https://crates.io/crates/gibra
- Size: 232 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gibra
A command-line tool that enables interactive branch selection for git, allowing you to switch between branches more intuitively.
## Features
- Simplifies the branch selection process by presenting a list of available branches
- Effortlessly switch between branches using intuitive key-based navigation## Installation
Install `gibra` using `cargo` or `brew`:
```sh
cargo install gibra
``````sh
brew install neoki07/tap/gibra
```## Usage
Run `gibra` command to open the branch selection screen, where you can navigate through and select a branch to check out. Use the arrow keys or supported navigation keys to choose your branch, then press `Enter` to confirm your selection.