/nosey

Chrome extension that makes easy to explore libraries/plugins when browsing code on Github.

Primary LanguageJavaScriptMIT LicenseMIT




Chrome extension that makes simple to browse used libraries/plugins in source code files.


Demo

js1 js2 go1 go2 vim1

Motivation

It's very common for me to google for libraries when I'm surfing through source code on github, and since I'm lazy, I made this extension.

Support

This currently only works for github.

Language Supported Notes
Javascript Supports require, import syntax and typescript.
Vim Works only for *.vim files. vim-plug and vundle are supported.
Go single, grouped, named, . and _ imports are supported.
Ruby ✖️
Elixir ✖️

TODO

  • Add popover to manually choose a parser.
  • Add golang support to choose between opening either godoc or repository url.
  • Add support for bitbucket
  • Add support for gitlab
  • Add parsers for ruby
  • Add parsers for elixir
  • Add support for README code blocks
  • Add support for non .vim files like dotfiles (.vimrc)