toshi0383/ghaw
ghaw (GitHub at work) is useful CLI tool for professional GitHub users.
`find-pull-requests`
Find pull-requests matching given filename. Requires explicit merge commit with default message from GitHub.
$ ghaw find-pull-requests HumbergerViewModel
https://github.com/toshi0383/hamburgerapp/pull/4119
https://github.com/toshi0383/hamburgerapp/pull/4089
https://github.com/toshi0383/hamburgerapp/pull/3824
https://github.com/toshi0383/hamburgerapp/pull/3533
https://github.com/toshi0383/hamburgerapp/pull/2912`ready-for-review`
Display pull-requests awaiting for your review. One with WIP label is filtered. This is the default command when you typed just ghaw.
$ ghaw
https://github.com/org/app/pull/4187 πv2.17.0 β
0
https://github.com/org/app/pull/4256 πv2.16.0 β
1 π€
https://github.com/org/app/pull/4243 πv2.16.0 β
2
https://github.com/org/app/pull/4239 πv2.16.0 β
0 π€JSON output option (-j) is also supported in case you want to change the output.
`job-done`
Display your comment count of each pull-requests which you've reviewed today.
Install
Mint
mint install toshi0383/ghawSetup
Set GITHUB_ACCESS_TOKEN environment variable.
Repository information (owner/name) and GitHub username is automatically extracted from your environment. Use -u option if it's not correct or to use different GitHub user.
ghaw -u toshi0383 ready-for-reviewLicense
MIT
Package Metadata
Repository: toshi0383/ghaw
Default branch: master
README: README.md