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

Sublime​Text​Git​X

by fabiocorneti ALL

Simple Sublime Text 2 / GitX integration plugin

Details

  • 2014.03.31.10.16.55
  • github.​com
  • github.​com
  • 10 years ago
  • 23 minutes ago
  • 12 years ago

Installs

  • Total 17K
  • Win 9K
  • Mac 5K
  • Linux 4K
Apr 23 Apr 22 Apr 21 Apr 20 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
Windows 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 1 0 1 0 0 1 1 0 0 0
Mac 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

SublimeTextGitX

Very simple plugin to open GitX (http://gitx.laullon.com/) from Sublime Text 2 and 3 (http://www.sublimetext.com/).

Installing

Using Git: Clone the repository in your Sublime Text Packages directory and restart Sublime Text:

git clone https://github.com/fabiocorneti/SublimeTextGitX

Using the Package Control plugin: The easiest way to install SublimeTextGitX is through Package Control, which can be found at http://wbond.net/sublime_packages/package_control .

Once you install Package Control, restart Sublime Text 2 and open the Command Palette.

Select "Package Control: Install Package", wait while Package Control fetches the latest package list, then select SublimeTextGitX when the list appears.

The advantage of using this method is that Package Control will automatically keep this plugin up to date.

Usage

Open GitX and enable terminal usage by clicking on the GitX menu and then on Enable Terminal Usage...; GitX will create an executable named gitx inside /usr/local/bin.

Open the command palette and execute the GitX: Open GitX command to open the GIT repository in which the currently opened file is located.

Sample user key binding to execute the command:

{ "keys": ["super+."], "command": "gitx_open" }

Configuration

Additional settings can be configured in the User File Settings:

gitx_path: the path to the gitx executable (default: "/usr/local/bin/gitx")

Changelog

v0.1 (01-04-2011):

  • Initial version

v0.2.0 (01-16-2014):

  • Updated README about ST3 compatibility

License

See the LICENSE.txt file.