Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ubnt-intrepid/rhq

Manages your local repositories
https://github.com/ubnt-intrepid/rhq

rust utility version-control

Last synced: 3 months ago
JSON representation

Manages your local repositories

Awesome Lists containing this project

README

        

# `rhq` - Manages your local repositories

[![Crates.io](https://img.shields.io/crates/v/rhq.svg)](https://crates.io/crates/rhq)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
![GitHub Actions](https://github.com/ubnt-intrepid/rhq/workflows/Workflow/badge.svg)

`rhq` is a CLI utility for management local repositories from decentrized version control systems (DVCSs).

## Installation

## From Source

```shell-session
$ cargo install --git https://github.com/ubnt-intrepid/rhq.git
```

## Documentation (outdated)

- [README.md (old)](docs/README.md)
- [README.md (Japanese)](docs/README.ja.md)

## Alternatives
* motemen's [`ghq`](https://github.com/motemen/ghq)
* popomore's [`projj`](https://github.com/popomore/projj)