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

https://github.com/nicosantangelo/github-go-to-line-number

Chrome Extension to find a line number on GitHub files
https://github.com/nicosantangelo/github-go-to-line-number

chrome-extension github javascript

Last synced: about 1 year ago
JSON representation

Chrome Extension to find a line number on GitHub files

Awesome Lists containing this project

README

          

# GitHub go to line number

![](https://i.imgur.com/HlDcnX2.gif)

### 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](https://github.com/NicoSantangelo/github-go-to-line-number/issues/).

### Installation

You have a few options:

#### Webstore

1. Install it from the [Chrome Web Store](https://chrome.google.com/webstore/detail/github-go-to-line-number/cbpdahjcomdapkaojlbhbbmopbmbecio)

#### .crx

1. Download the **dist.zip** file from the **[latest available version](https://github.com/NicoSantangelo/github-go-to-line-number/releases/tag/v1.0.0)** 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](https://github.com/NicoSantangelo/github-go-to-line-number/releases/tag/v1.0.0)** 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! :tophat: