Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ubnt-intrepid/rhq
- Owner: ubnt-intrepid
- License: mit
- Created: 2017-02-10T13:27:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T01:31:42.000Z (over 2 years ago)
- Last Synced: 2024-10-10T12:22:00.206Z (4 months ago)
- Topics: rust, utility, version-control
- Language: Rust
- Homepage:
- Size: 340 KB
- Stars: 51
- Watchers: 5
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/changelog.old.md
- License: LICENSE
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)