ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Github Tools

by temochka ALL

A set of handy tools to use Sublime Text 2+ with Github

Details

Installs

  • Total 143K
  • Win 65K
  • Mac 47K
  • Linux 31K
Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5
Windows 0 1 2 4 0 2 1 3 1 5 0 2 1 4 1 1 3 6 4 3 2 1 1 2 6 5 1 0 1 3 0 0 3 0 1 0 1 2 5 4 0 4 3 3 3 1
Mac 0 1 2 1 1 2 1 1 1 1 3 0 1 1 0 1 0 2 0 1 2 0 2 1 2 4 1 0 0 2 0 4 1 0 1 2 2 1 1 2 0 1 1 0 2 1
Linux 0 1 0 4 3 0 0 1 2 0 2 2 1 1 2 0 2 3 1 0 0 2 3 1 1 1 0 3 3 0 0 1 0 1 0 1 4 0 1 1 0 1 0 2 3 0

Readme

Source
raw.​githubusercontent.​com

Github Tools for Sublime Text

Introduction

A set of handy tools for using Sublime Text editor with Github. It was initially developed for Sublime Text 2, but now also supports Sublime Text 3 Beta.

If you're a Beanstalk user, check out Beanstalk Tools for Sublime Text.

Usage

Open any directory of your GIT working copy in Sublime Text.

  • Press Ctrl + Shift + P and select Github: Open File or just press Ctrl + Shift + ^ to open currently edited file on Github.
  • Press Ctrl + Shift + P and select Github: Blame to open blame for currently edited file on Github.
  • Press Ctrl + Shift + P and select Github: History to open commit history for currently edited file on Github.
  • Press Ctrl + Shift + P and select Github: Copy Link To File to save a Github link to a selected code fragment in the system clipboard.
  • Press Ctrl + Shift + P and select Github: Repository to open repository page on Github.
  • Press Ctrl + Shift + P and select Github: Issues to open repository issues page on Github.
  • Press Ctrl + Shift + P and select Github: Pull Requests to open repository pull requests page on Github.

Use Cmd instead of Ctrl on Mac OS X.

Get it installed

With The Package Control Plugin

Press Ctrl + Shift + P to open the Command Palette type pack install, search for Github Tools and press enter.

Use Cmd instead of Ctrl on Mac OS X.

On Mac

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
git clone git://github.com/temochka/sublime-text-2-github-tools.git

On Linux

cd ~/.config/sublime-text-2/Packages/
git clone git://github.com/temochka/sublime-text-2-github-tools.git

On Windows

cd %APPDATA%/Sublime Text 2/Packages/
git clone git://github.com/temochka/sublime-text-2-github-tools.git

Make sure you have included all required binaries (git) in your PATH.