pro - Pull Request Opener
p/pro-pull-request-opener
⚡️A single command to quickly open current PR in browser
Karol
pro — A single command to quickly open current PR in browser
Featured
4
A single command to open current PR in browser. Supports GitHub and GitLab. Available for macOS, Linux and Windows.
Get from GitHub 👉 https://github.com/Wowu/pro
Replies
Luke Oslizlo
I've been using this for a while now and since I work with a lot of PRs in my workflow, it's a real time-saver!
Karol
I wanted to save a few clicks every day by not having to click through slow GitHub UI, so I spent way too much time to create this simple tool. I hope you'll find it useful 😃
Karol
@necmttn That's right, you can use `gh pr view -w` for opening current PR, but the goal was to create a tool for opening current git context in browser. So if you're on a branch the PR will be opened, if you're on the main branch then the repository page will be opened, and on a new branch you can create a new PR. And the same command will work for both GitLab and GitHub repos.