Contents

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/ghaw

Setup

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-review

License

MIT

Package Metadata

Repository: toshi0383/ghaw

Default branch: master

README: README.md