A Nova extension for opening files on GitHub. Heavily inspired by tpope's excellent vim-fugitive.
- Opening the current file on GitHub
- Open current line/selection on GitHub
- Configurability of git binary path (
/usr/bin/gitis assumed, which is where Apple Command Line Tools put it)
Leave a comment or issue to vote or request features.
The extension is written in TypeScript, and built with rollup
npm run-script buildThere is an extensive test suite, which you can run with
npm t