Github Tools
A set of handy tools to use Sublime Text 2+ with Github
Details
Installs
- Total 142K
- Win 64K
- Mac 47K
- Linux 31K
Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 2 | 5 | 2 | 3 | 3 | 4 | 2 | 4 | 2 | 4 | 0 | 2 | 6 | 3 | 5 | 1 | 1 | 4 | 1 | 6 | 0 | 4 | 3 | 0 | 2 | 3 | 1 | 4 | 2 | 4 | 3 | 2 | 0 | 1 | 3 | 4 | 4 | 0 | 2 | 4 | 3 | 3 | 0 | 5 |
Mac | 1 | 2 | 4 | 1 | 1 | 1 | 1 | 1 | 2 | 0 | 1 | 0 | 0 | 3 | 3 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | 1 | 1 | 4 | 3 | 2 | 2 | 1 | 3 | 2 | 3 | 2 | 2 |
Linux | 0 | 1 | 1 | 3 | 1 | 0 | 4 | 2 | 1 | 1 | 2 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 2 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 1 | 2 | 4 | 0 | 1 | 1 | 2 | 0 | 0 | 1 | 2 | 0 | 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.