Add an 'Open in Sublime' button to GitHub
Clicking the button clones the repository into ~/.subhub
before opening it in Sublime Text 3
- OSX or Windows
- Sublime Text 3
- Chrome
- if_exists - what to do the repo already exists on the local computer possible options:
- pull - update your local repository to the newest commit
- nothing - it will just open the local copy
- Install the Chrome Extension
- Get the plugin from Sublime Package Control via the
Sublime Text -> Preferences -> Package Control: Install Package
menu item.
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
git clone https://github.com/mechio/subhub.git
- Linux support
Windows support- Sublime Text 2 support
- Support Firefox & Safari