https://github.com/kanflo/pr-tool
A tool for handling github pull requests
https://github.com/kanflo/pr-tool
github pull-requests python
Last synced: 2 months ago
JSON representation
A tool for handling github pull requests
- Host: GitHub
- URL: https://github.com/kanflo/pr-tool
- Owner: kanflo
- License: mit
- Created: 2018-09-04T21:06:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-02T18:31:18.000Z (over 6 years ago)
- Last Synced: 2025-02-14T08:34:44.910Z (over 1 year ago)
- Topics: github, pull-requests, python
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pull Request Tool
This hack allows you to list and fetch pull requests of your GitHub repos. Fetching creates a local branch named ```pr_``` for you to test the PR on.
```
% ~/github/opendps (master) $ pr.py -l
jimmyw 46 Redesign of main view, to support both max current and max voltage.
tzarc 42 Zero-out DAC values when powering off.
Spudmn 39 Version 1.00 dpsctl_GUI
Spudmn 38 Can now build OpenDPS emulator on windows using MinGW
Cabalist 5 Python cleanup and Py3 compatibility
% ~/github/opendps (master) $ pr.py -c 46
% ~/github/opendps (pr_46) $
% ~/github/opendps (master) $ pr.py -v 46
<>
```
This was a quick hack and may or may not work for you :)