OctoLinker is a browser extension for GitHub, that turns language-specific statements like include
require
or import
into links.
Check out our live demo, right in your browser, no install required!
OctoLinker reads the source code you're currently viewing straight from the browser or, in some cases, using the GitHub API.
No source code will ever be sent to a server! Your source code stays in your browser.
Based on the file type, OctoLinker invokes a plugin which then executes a regular expression on the source code to find import statements.
Relative file references are resolved through the GitHub tree API in your browser. External dependencies are resolved using the OctoLinker API.
Only the name of a dependency along with the registry type is sent to this service.
Navigate through GitHub repositories faster than ever before with a single click. OctoLinker leverages the GitHub API to fetch a tree structure of the repository to link relative files.
Never leave GitHub to manually search for a dependency. OctoLinker links dependencies defined in files like package.json
, composer.json
,Gemfile
or requirements.txt
with their related GitHub project page.
Forgot the signature of core library method? No worries, OctoLinker links to API docs such as nodejs.org/en/docs docs.python.org docs.oracle.com or rubygems.org.
Code review made easy. OctoLinker links dependencies and files on a Pull Request so you can focus on the work that matters – code review.
If OctoLinker is able to infer a file type from code snippet in a Markdown file, Issue or Pull Request comment, it will insert links as well.
In order to support all mentioned features on a private repository, OctoLinker requires a GitHub access token. If that happens OctoLinker will prompt a notification. Your GitHub token will be never send to a server! Your token stays in your browser.
Octo Linker links up dependencies, require() & ES2015 imports across packages on GitHub https://t.co/vhoZyyINi2 👌 pic.twitter.com/LcB7uMoVPI
— Addy Osmani (@addyosmani)December 30, 2015
I'm generally skeptical of Chrome plugins, but OctoLinker's been really handy. Makes it much easier to navigate projects on GitHub. https://t.co/CfZD2Awe8O
— Daniel O'Connor (@_danoc)February 7, 2019
OctoLinker is probably the most valuable tool I've added to my developer belt in the last five years. Lowering friction to read open source code gives me superpowers https://t.co/7eE7pNopRN
— Josh Duff (@TehShrike) October 8, 2018
I am truly grateful to all the wonderful humans and companies supporting the development of OctoLinker. Please consider donations through GitHub Sponsors or Open Collective – Thank you 🙇♂️
Vercel enables OctoLinker on demand horizontal scaling across many regions in a serverless environment. I worked with other cloud vendors before, but none of them was nearly as easy to use as Vercel. It’s a really impressive and satisfying developer experience!
We leverage RedisGreen high performance as a caching layer to reduce network calls to third-party providers such as npmjs.com
, getcomposer.org
, rubygems.org
and more. RedisGreen supports OctoLinker with five dedicated servers and high availability in five regions.
OctoLinker is a browser extension and available on
Install and enhance your GitHub experience.