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
  • 2 hours ago
  • 12 years ago

Installs

  • Total 17K
  • Win 9K
  • Mac 5K
  • Linux 4K
May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 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
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 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
Mac 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 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
Linux 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 0 0 0 1 0 0 0 0 1 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.