https://github.com/ubnt-intrepid/rhq
Manages your local repositories
https://github.com/ubnt-intrepid/rhq
rust utility version-control
Last synced: 11 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T01:31:42.000Z (almost 4 years ago)
- Last Synced: 2024-10-10T12:22:00.206Z (over 1 year 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
[](https://crates.io/crates/rhq)
[](LICENSE)

`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)