NAME
pr - Command-line tool to query GitHub pull requests
VERSION
version 0.0.2
SYNOPSIS
$ pr
$ pr list closed # not shown by default
$ pr show 7 # also includes comments
$ pr patch 7 # can be piped to colordiff if you like colors
$ pr help
INSTALLATION
Install it by just typing in these few lines in your shell:
$ curl -L http://cpanmin.us | perl - --self-upgrade
$ cpanm App::GitHubPullRequest
CAVEATS
If you don't have git config github.user
and git config github.password
set in your git config, it will use unauthenticated API requests, which has a rate-limit of 60 requests. If you add your user + password info it should allow 5000 requests before you hit the limit.
You must be standing in a directory that is a git dir and that directory must have a remote that points to github.com for the tool to work.
SEE ALSO
SEMANTIC VERSIONING
This module uses semantic versioning concepts from http://semver.org/.
AUTHOR
Robin Smidsrød <robin@smidsrod.no>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Robin Smidsrød.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.