rhq

Build Status Build status

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.

```sh $ rhq clone ubnt-intrepid/rhq

Run git clone https://github.com/ubnt-intrepid/rhq.git ~/.rhq/github.com/ubnt-intrepid/rhq

```

sh $ rhq list /home/username/.rhq/github.com/ubnt-intrepid/rhq /home/username/.zplug/repos/zsh-users/zsh-autosuggestions ...

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: shell-session $ cargo install rhq

Development version is available by using --git option as follows: shell-session $ cargo install --git https://github.com/ubnt-intrepid/rhq.git

Usage

If you want to see more information, use rhq help.

Configureation

The location of configuration file is ~/.rhqconfig or ~/.config/rhq/config.

```toml roots = [ "~/.rhq", "~/.vim/plugged", "~/.zplug/repos", "~/.dotfiles" ]

clone_arg = "--depth 10" ```

Interface of Visual Studio Code

License

rhq is released under the MIT license. See LICENSE for details.