8000 GitHub - kshmir/github-go-to-line-number: Chrome Extension to find a line number on GitHub files
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kshmir/github-go-to-line-number

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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! 🎩

About

Chrome Extension to find a line number on GitHub files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.9%
  • HTML 29.1%
0