cargo-nav 0.1.3

Navigate directly to crate links from your terminal
cargo-nav-0.1.3 is not a library.

cargo-nav

Rust CI Crates.io License

Navigate directly to crate links from your terminal.

Inspired by njt.

Installing

cargo install cargo-nav

Using

Get usage information with cargo nav --help

Call via cargo nav <crate_name> to jump to the homepage of that crate as listed on crates.io. You can specify an additional argument to jump to the [r]epository or [d]ocumentation:

cargo nav serde
cargo nav serde r
cargo nav serde documentation

Developing

Building

Requirements

  • Git
  • A recent version of Rust

Steps

git clone https://github.com/Celeo/cargo-nav
cd cargo-nav
cargo build

License

Licensed under either of

Contributing

Please feel free to contribute. Please open an issue first (or comment on an existing one) so that I know that you want to add/change something.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.