ghaw

0.3.7

GitHub at work
toshi0383/ghaw

What's New

0.3.7

2018-08-20T10:02:18Z

ghaw

ghaw (GitHub at work) is useful CLI tool for professional GitHub users.

Command

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.

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

job-done

Display your comment count of each pull-requests which you've reviewed today.

Install

Binary

bash <(curl -sL https://raw.githubusercontent.com/toshi0383/scripts/master/swiftpm/install.sh) toshi0383/ghaw

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

Description

  • Swift Tools 4.0.0
View More Packages from this Author

Dependencies

Last updated: Sun Mar 17 2024 18:56:06 GMT-0900 (Hawaii-Aleutian Daylight Time)