git-checkout-interactive

Crates.iogit-checkout-interactive
lib.rsgit-checkout-interactive
version1.0.8
created_at2024-02-17 15:40:02.578612+00
updated_at2025-10-25 19:55:29.88584+00
descriptioncli to switch between locally checked out branches interactively
homepage
repositoryhttps://github.com/Mike-Neto/cgi
max_upload_size
id1143291
size21,428
(Mike-Neto)

documentation

README

gci - git checkout interactive

inspired by https://github.com/cookpete/git-checkout-interactive/tree/master, a quick interactive cli select for locally checked out branches

Usage Example

gci

Install

cargo install git-checkout-interactive

Release/Publish to crates.io

cargo bump --git-tag && git push --tags

All checks

cargo build && cargo test && cargo bench && cargo fmt --check && cargo doc && cargo clippy && cargo clippy --all -- -W clippy::all -W clippy::correctness -W clippy::suspicious -W clippy::style -W clippy::complexity -W clippy::perf -W clippy::pedantic -W clippy::nursery -W clippy::cargo
Commit count: 13

cargo fmt