mechio / subhub

Add an 'Open in Sublime' button to GitHub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Synposis

Add an 'Open in Sublime' button to GitHub

Screenshot

Clicking the button clones the repository into ~/.subhub before opening it in Sublime Text 3

Requirements

  • OSX or Windows
  • Sublime Text 3
  • Chrome

Settings

  • 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

Installation

  1. Install the Chrome Extension
  2. Get the plugin from Sublime Package Control via the Sublime Text -> Preferences -> Package Control: Install Package menu item.

Installation without Package Control

  cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
  git clone https://github.com/mechio/subhub.git

TODOs

  • Linux support
  • Windows support
  • Sublime Text 2 support
  • Support Firefox & Safari

Author: mech.io

About

Add an 'Open in Sublime' button to GitHub

License:MIT License


Languages

Language:CoffeeScript 36.9%Language:Python 36.8%Language:JavaScript 26.3%