Skip to content

temochka/sublime-text-2-github-tools

Repository files navigation

Github Tools for Sublime Text

Warning! This project is abandoned. See braver/GitHubTools for the actively maintained fork.

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

Warning! This will install braver/GitHubTools, the actively maintained fork of this project.

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages