Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benesch/prmaster
CLI PR management
https://github.com/benesch/prmaster
Last synced: about 1 month ago
JSON representation
CLI PR management
- Host: GitHub
- URL: https://github.com/benesch/prmaster
- Owner: benesch
- Created: 2018-04-26T19:22:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T19:13:34.000Z (almost 3 years ago)
- Last Synced: 2024-06-19T02:11:07.890Z (5 months ago)
- Language: Go
- Homepage:
- Size: 1.29 MB
- Stars: 6
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [WIP] prmaster
CLI PR management for OCD developers.
## Usage
```shell
$ go install github.com/benesch/prmaster@latest
$ prmaster
```Pretty self explanatory. More information to come.
## Example
Running in [cockroachdb/cockroach]:
```shell
$ prmaster sync
Skipping better-gce-sync. Not associated with any PRs.
Skipping cgosymbolizer-darwin. PR #24245 is still open.
Skipping gceworker-test. PR #20468 is still open.
Deleted local keys-doc. PR #25032 is closed.
Deleted remote keys-doc. PR #25032 is closed.
Skipping logictest-sort. Not associated with any PRs.
Skipping mandatory-addressing. PR #25061 is still open.
Skipping master. Looks like a release branch.
Skipping range-deletions. PR #24057 is still open.
Skipping rfc-range-merges. PR #24394 is still open.
Skipping role-patch. Not associated with any PRs.
Skipping srf. Not associated with any PRs.
Skipping xmake. Not associated with any PRs.These remote branches do not have open PRs:
better-gce-sync
logictest-sort
range-merges
role-patchManage: https://github.com/benesch/cockroach/branches/yours
These local branches do not exist on your remote:
srf
xmakeRunning `git remote prune origin`.
```[cockroachdb/cockroach]: https://github.com/cockroachdb/cockroach