gravitation1 / sublime_text_3_gitblame_plugin

Plugin for Sublime Text 3 that allows you to run git blame on current text selection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sublime Text 3 git blame Plugin

Plugin for Sublime Text 3 that allows you to run git blame on your current text selection(s). Requires git version 1.8.5 or above to be installed and in your $PATH.

Usage

Select text area(s), right-click, then select Blame. Alternatively, select text area(s) then hit super+ctrl+b.

Installation

Clone this repository into your Sublime Text 3 Packages directory.

OSX

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/

git clone git@github.com:gravitation1/sublime_text_3_gitblame_plugin.git gitblame

About

Plugin for Sublime Text 3 that allows you to run git blame on current text selection

License:MIT License


Languages

Language:Python 90.7%Language:JavaScript 9.3%