| Crates.io | cargo-cgx |
| lib.rs | cargo-cgx |
| version | 0.0.8 |
| created_at | 2025-11-04 14:26:25.303575+00 |
| updated_at | 2025-11-16 21:54:04.571002+00 |
| description | Cargo subcommand for cgx - run Rust tools quickly without explicit installation |
| homepage | https://github.com/anelson-labs/cgx |
| repository | https://github.com/anelson-labs/cgx |
| max_upload_size | |
| id | 1916310 |
| size | 140,437 |
Cargo subcommand for cgx - run Rust tools quickly without explicit installation.
After installing this crate:
cargo install cargo-cgx
You can run cgx as a cargo subcommand:
cargo cgx ripgrep pattern
cargo cgx just --help
cargo cgx eza -la
This is functionally identical to using cgx directly:
cgx ripgrep pattern
cgx just --help
cgx eza -la
This is a thin wrapper around cgx that provides cargo subcommand integration.
For complete documentation on cgx's features, configuration, and usage, please see the cgx crate documentation.
Licensed under either of:
at your option.