rrc
is a remote repository management tool like ghq written in Rust. rrc
provides a way to organize remote repository clones, like go get does.
rrc
makes a directory under a specific root directory (by default ~/repos) using the remote repository URL’s host and path.
shell
$ cargo install rrc
rrc
command is almost compatible with ghq.
``` rrc 0.1.0 A manage remote repository clones
USAGE:
rrc [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-c, --config
SUBCOMMANDS: get Clone remote repository help Prints this message or the help of the given subcommand(s) list List local repositories look Look local repository update Update local repositories ```
For how to use this tool, ghq-handbook will be helpful.