/openpull

Fetches Open Pull-Requests from Github

Primary LanguageRubyMIT LicenseMIT

OpenPull

Gem Version

Fetches Open Pull-Requests for an Organisation from Github

Installation

Simply:

gem install openpull

and add a Github access token to your environment in GITHUB_ACCESS_TOKEN. An access token can be generated by going to your "Settings", then "Applications" and then "Generate new token". The only scope required by openpull is repo / public_repo.

Then run it with:

openpull -u omegahm -o lokalebasen

or set GITHUB_USERNAME and GITHUB_ORGANISATION to make it easier to run.

What's going on?

It'll print some coloured dots - a green for each repository in the organisation and a yellow for each open pull-request - and then print a table of all the open pull-requests with their current statuses.

Screenshot

Contributing

Found an issue? Have a great idea? Want to help? Great! Create an issue for it, or even better; fork the project and fix the problem yourself. Pull requests are always welcome. :)

License

OpenPull is Copyright © 2014 Mads Ohm Larsen. It is free software, and may be redistributed under the terms specified in the LICENSE file.