| Crates.io | git-checkout-interactive |
| lib.rs | git-checkout-interactive |
| version | 1.0.8 |
| created_at | 2024-02-17 15:40:02.578612+00 |
| updated_at | 2025-10-25 19:55:29.88584+00 |
| description | cli to switch between locally checked out branches interactively |
| homepage | |
| repository | https://github.com/Mike-Neto/cgi |
| max_upload_size | |
| id | 1143291 |
| size | 21,428 |
inspired by https://github.com/cookpete/git-checkout-interactive/tree/master, a quick interactive cli select for locally checked out branches
gci
cargo install git-checkout-interactive
cargo bump --git-tag && git push --tags
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