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.
You have a few options:
- Install it from the Chrome Web Store
- Download the dist.zip file from the latest available version and unarchive to your preferred location (whichever suits you).
- Using Google Chrome, navigate to
chrome://extensions/
- Go to the unarchive dist.zip and go to the
/dist
folder. - Drop the
github_goto_line.crx
file into the extensions page on Chrome
- Download the latest available version and unarchive to your preferred location (whichever suits you).
- Using Google Chrome, navigate to
chrome://extensions/
and enable "Developer mode" in the upper right corner. - Click on the Load unpacked extension... button.
- Browse to the src directory of the downloaded, unarchived release and confirm.
Hope you like it! 🎩