Github Tools
A set of handy tools to use Sublime Text 2+ with Github
Details
Installs
- Total 140K
- Win 63K
- Mac 46K
- Linux 30K
Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | Jul 13 | Jul 12 | Jul 11 | Jul 10 | Jul 9 | Jul 8 | Jul 7 | Jul 6 | Jul 5 | Jul 4 | Jul 3 | Jul 2 | Jul 1 | Jun 30 | Jun 29 | Jun 28 | Jun 27 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 2 | 2 | 11 | 2 | 4 | 3 | 6 | 5 | 7 | 3 | 4 | 1 | 6 | 5 | 3 | 4 | 4 | 3 | 1 | 6 | 4 | 2 | 5 | 4 | 2 | 5 | 5 | 5 | 3 | 1 | 1 | 1 | 5 | 1 | 3 | 6 | 7 | 2 | 1 | 2 | 6 | 4 | 6 | 3 | 3 |
Mac | 0 | 3 | 5 | 2 | 0 | 0 | 6 | 0 | 8 | 6 | 6 | 2 | 0 | 3 | 3 | 1 | 7 | 4 | 0 | 1 | 1 | 3 | 3 | 3 | 0 | 2 | 1 | 1 | 2 | 7 | 6 | 2 | 0 | 1 | 3 | 3 | 1 | 1 | 0 | 0 | 0 | 2 | 1 | 3 | 2 | 4 |
Linux | 0 | 0 | 3 | 2 | 1 | 4 | 2 | 3 | 1 | 2 | 4 | 3 | 2 | 1 | 3 | 3 | 2 | 1 | 2 | 0 | 0 | 3 | 1 | 1 | 4 | 1 | 0 | 1 | 2 | 0 | 2 | 5 | 3 | 0 | 2 | 1 | 2 | 1 | 4 | 2 | 1 | 0 | 1 | 3 | 2 | 2 |
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 selectGithub: Open File
or just pressCtrl + Shift + ^
to open currently edited file on Github. - Press
Ctrl + Shift + P
and selectGithub: Blame
to open blame for currently edited file on Github. - Press
Ctrl + Shift + P
and selectGithub: History
to open commit history for currently edited file on Github. - Press
Ctrl + Shift + P
and selectGithub: Copy Link To File
to save a Github link to a selected code fragment in the system clipboard. - Press
Ctrl + Shift + P
and selectGithub: Repository
to open repository page on Github. - Press
Ctrl + Shift + P
and selectGithub: Issues
to open repository issues page on Github. - Press
Ctrl + Shift + P
and selectGithub: 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.