Skip to content

hilbert-space/cargo-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cargo Go Version Status Status

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.

About

Cargo subcommand to easy navigation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages