Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
rhq
Manages your local repositories.
Overview
rhq is a simple CLI tool which provides a way to organize and access local repositories,
cloned by Git and other VCSs.
# Run `git clone https://github.com/ubnt-intrepid/rhq.git ~/.rhq/github.com/ubnt-intrepid/rhq`
The development of this software is inspired by motemen's ghq,
CLI tool for repository management written in Golang.
Installation
The Rust toolchain is required to install rhq.
If you have already installed Rust toolchain:
$ cargo install rhq
Development version is available by using --git option as follows:
$ cargo install --git https://github.com/ubnt-intrepid/rhq.git
Usage
-
rhq clone [query] [-n | --dry-run] [--arg=<arg>]
Clone remote reposities into the local directory.
queryis a string to determine the URL of repository. Available formats of query are:(http|https|ssh|git)://github.com[:port]/username/repository.gitgit@github.com:username/repository.gitgithub.com/username/repositoryusername/repository
If you want to pass supplemental arguments to
gitcommand, use--arg="<arg>".rhqtry to read standard input to get queries whenqueryis omitted. This behaviour can use use likeghq import, as follows:| -
rhq list
List local repositories managed by rhq. -
rhq completion [bash|zsh|fish|powershell]
Generate completion script for your shell and dump to standard output.
If you want to see more information, use rhq help.
Configureation
The location of configuration file is ~/.rhqconfig or ~/.config/rhq/config.
= [
"~/.rhq",
"~/.vim/plugged",
"~/.zplug/repos",
"~/.dotfiles"
]
= "--depth 10"
Interface of Visual Studio Code
- See
vscode-rhq.
License
rhq is released under the MIT license. See LICENSE for details.