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
  • 13 years ago

Installs

  • Total 17K
  • Win 9K
  • Mac 5K
  • Linux 4K
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 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11
Windows 1 0 0 0 0 0 0 0 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 0 0 0 1 1 0 1 0 1 0 0 1 0 1
Mac 0 0 0 0 0 0 0 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 0 0 0 0 0 1 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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.