Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 808 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 808 Bytes

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 [email protected]:banga/github-pr-extension.git
  • Go to chrome://extensions
  • Click "Load unpacked"
  • Select the github-pr-extension/chrome directory

Official Chrome docs