Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.02 KB

GitHub CLI

prw is Pull Requests Workflow on the command line. It brings OPEN, CLOSED,MERGED and other PR concepts to the terminal next to where you are already working with git and your code. prw is available for repositories hosted on GitHub.com.

Setup instructions

it requires a Github Personal Access Token (PAT) to verify the user

Install: Run:
bash install.sh Python prw.py --help
python prw.py auth <token>

available commands

  • auth <token>
  • repo <username/repo_name> [options] [mode]

Output

Screenshot

Author

Rahul Raikwar

Disclaimers, if any

This script requires a Github Personal Access Token (PAT) to verify the user It does not have a specialized upgrade command yet, but the install command should work for upgrading to a newer version of GitHub prw.