- Open on Github
- Open Nova files on Github
- 2315 Installs
-
This extension is allowed to:
- Read Files
- Launch Subprocesses
Readme
Open On Github allows you to open your currently open file on GitHub. This is heavily inspired by the Gbrowse
functionality in vim-fugitive.
Usage
To run Open On Github:
- Select the Editor → Open On Github menu item; or
- Right-click and
Open On Github
Changelog
Version 2.3
- Actually fix ssh:// urls
Version 2.2
- Fix handling for ssh:// prefixed origin schemes (thanks again to @cartpauj for the report)
Version 2.1
- Handling for https origin schemes (thanks to @cartpauj for the report)
Version 2.0
Total rewrite of the project in ClojureScript.
- Faster performance due to a better concurrency model
- User $PATH is now respected, so
git
is no longer required to be in/usr/bin/git
Version 1.0
Initial release