12 releases
Uses old Rust 2015
0.4.4 | Dec 8, 2017 |
---|---|
0.4.3 | Feb 19, 2017 |
0.3.0 | Oct 23, 2016 |
0.2.2 | Aug 1, 2016 |
0.0.4 | May 20, 2016 |
#2439 in Command line utilities
38 downloads per month
8KB
137 lines
Cargo Go
A Cargo subcommand to ease navigation to the crates.io
, documentation, home,
and repository pages of a package.
Installation
cargo install cargo-go
Usage
cargo 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 repository
Recipes
alias cgo='cargo go $(basename ${PWD}) repo' # go to the repository of the current package
Contribution
Your 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.
Dependencies
~11–19MB
~282K SLoC