github-go-to-line-number

Chrome Extension to find a line number on GitHub files

MIT License

Stars
18

GitHub go to line number

What ?

Free and open-source Google Chrome extension which emulates a go to line number modal right into GitHub. If you ever wanted to find a particular line number on GitHub and grew frustrated because Chrome refuses to find it, this is for you.

The modal is toggled pressing ctrl+g and supports both diffs and single code files. You can cycle throughout the results using the enter key to move forward and shift+enter to move backwards.

If you have suggestions or problems using the extension, please submit a bug or a feature request.

Installation

You have a few options:

Webstore

  1. Install it from the Chrome Web Store

.crx

  1. Download the dist.zip file from the latest available version and unarchive to your preferred location (whichever suits you).
  2. Using Google Chrome, navigate to chrome://extensions/
  3. Go to the unarchive dist.zip and go to the /dist folder.
  4. Drop the github_goto_line.crx file into the extensions page on Chrome

Unpacked extension

  1. Download the latest available version and unarchive to your preferred location (whichever suits you).
  2. Using Google Chrome, navigate to chrome://extensions/ and enable "Developer mode" in the upper right corner.
  3. Click on the Load unpacked extension... button.
  4. Browse to the src directory of the downloaded, unarchived release and confirm.

Hope you like it! 🎩