An open API service indexing awesome lists of open source software.

https://github.com/banga/github-pr-extension


https://github.com/banga/github-pr-extension

Last synced: 15 days ago
JSON representation

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)