| Crates.io | gix-cli |
| lib.rs | gix-cli |
| version | 1.2.2 |
| created_at | 2025-12-23 07:21:39.383664+00 |
| updated_at | 2025-12-23 07:21:39.383664+00 |
| description | A Git extension CLI tool |
| homepage | https://github.com/nianyi778/gix-cli#readme |
| repository | https://github.com/nianyi778/gix-cli.git |
| max_upload_size | |
| id | 2000945 |
| size | 35,101 |
A fast, standalone Git extension CLI tool written in Rust.
cargo install gix-cli
cargo build --release
# Binary will be at target/release/gix
cargo install --path .
cargo run -- <command>
cargo build --release
cargo fmt
cargo clippy
See the main README for detailed usage examples.
See .github/copilot-instructions.md for development guidelines.