cargo-cgx

Crates.iocargo-cgx
lib.rscargo-cgx
version0.0.8
created_at2025-11-04 14:26:25.303575+00
updated_at2025-11-16 21:54:04.571002+00
descriptionCargo subcommand for cgx - run Rust tools quickly without explicit installation
homepagehttps://github.com/anelson-labs/cgx
repositoryhttps://github.com/anelson-labs/cgx
max_upload_size
id1916310
size140,437
Adam Nelson (anelson)

documentation

README

cargo-cgx

Cargo subcommand for cgx - run Rust tools quickly without explicit installation.

Usage

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

Documentation

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.

License

Licensed under either of:

at your option.

Commit count: 0

cargo fmt