https://github.com/banga/github-pr-extension
https://github.com/banga/github-pr-extension
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/banga/github-pr-extension
- Owner: banga
- License: mit
- Created: 2021-10-13T17:08:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T16:57:46.000Z (about 1 year ago)
- Last Synced: 2024-12-07T17:25:45.749Z (about 1 year ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A Chrome and Firefox extension that adds keyboard shortcuts for navigating PRs:
- `j` and `k` to jump to the next/previous changed line
- `J` and `K` to jump to the changed line on the next/previous page
- `n` and `p` to jump to the next/previous comment
- `l` to like the focused comment
- `r` to reply to the focused comment
- `\` to open in your editor. The editor URL can be set in the options.
It will also auto-click buttons to sign in via SSO and load diffs for large files.
## Install Instructions
- git clone git@github.com:banga/github-pr-extension.git
- Go to chrome://extensions
- Click "Load unpacked"
- Select the github-pr-extension/chrome directory
[Official Chrome docs](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked)