A Cargo subcommand to ease navigation to the crates.io, documentation, home,
and repository pages of a package.
cargo install cargo-gocargo go foo # go to foo on crates.io
cargo go foo docs # go to foo’s documentation
cargo go foo home # go to foo’s home page
cargo go foo repo # go to foo’s repositoryalias cgo='cargo go $(basename ${PWD}) repo' # go to the repository of the current packageYour contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.