Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyoshidajp/gh-browse-pr
Open pull request in your current branch of the directory
https://github.com/kyoshidajp/gh-browse-pr
cli gh-extension go
Last synced: about 2 months ago
JSON representation
Open pull request in your current branch of the directory
- Host: GitHub
- URL: https://github.com/kyoshidajp/gh-browse-pr
- Owner: kyoshidajp
- License: mit
- Created: 2023-08-05T23:41:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T06:56:15.000Z (over 1 year ago)
- Last Synced: 2024-11-13T13:45:13.558Z (about 2 months ago)
- Topics: cli, gh-extension, go
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-browse-pr
`gh-browse-pr` is a GitHub CLI extention to open pull request in your current branch of the directory.
If a pull request already exists, it opens that page; otherwise, it opens the page where the pull request was created.
## Installation
1. Install the `gh` - see the [installation](https://github.com/cli/cli#installation)
1. Install this extension:```sh
gh extension install kyoshidajp/gh-browse-pr
```## Usage
Run in your git working directory.
```sh
gh browse-pr
```