https://github.com/moondewio/castor
:hamster: Review GitHub PRs and go back where you left of
https://github.com/moondewio/castor
git gitflow review-github-prs
Last synced: 7 months ago
JSON representation
:hamster: Review GitHub PRs and go back where you left of
- Host: GitHub
- URL: https://github.com/moondewio/castor
- Owner: moondewio
- Created: 2018-09-26T09:18:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T21:15:06.000Z (almost 7 years ago)
- Last Synced: 2025-04-04T22:36:14.520Z (7 months ago)
- Topics: git, gitflow, review-github-prs
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 14
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
castor :hamster:
Review GitHub PRs and go back where you left of
[](https://asciinema.org/a/205135)
> **`castor` is still under development and I'm looking for more ways to improve
> the PR review process. All feedback and suggestions are welcome!!!**
## Install
```
$ go get -u github.com/moondewio/castor/cmd/castor
```
## Use
```
$ castor
NAME:
castor - Review PRs in the terminal
USAGE:
$ castor prs
$ castor review 14
$ castor back
$ castor config --token [token] --user [user]
VERSION:
0.0.8
AUTHOR:
Christian Gill (gillchristiang@gmail.com)
COMMANDS:
prs, ls List PRs
review, r Checkout to a PR's branch to review it
back, b Go back to were you left off
config, c Save configuration to use with the other commands
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
```