An open API service indexing awesome lists of open source software.

https://github.com/rodrigobdz/subl-gitblame-statusbar

Sublime Package: Show Git blame author for the currently selected line.
https://github.com/rodrigobdz/subl-gitblame-statusbar

git statusbar sublime-package sublime-text

Last synced: 11 days ago
JSON representation

Sublime Package: Show Git blame author for the currently selected line.

Awesome Lists containing this project

README

          

# Git Blame Status Bar

Show Git blame author for the currently selected line in Sublime Text.

## Usage

Open a file from a Git repository and select a line with the cursor. The author of that line is automatically shown in the status bar.

![Preview of subl-gitblame](assets/git-blame-statusbar.png)

## Contributing

If you find a bug, please create an [issue](https://github.com/rodrigobdz/subl-gitblame-statusbar/issues) or a [PR](https://github.com/rodrigobdz/subl-gitblame-statusbar/pulls).

## Related

- (Archived) Original Gist [rodrigobdz/git_blame_sublime_statusbar.py](https://gist.github.com/rodrigobdz/dbcdcaac6c5af7276c63ec920ba894b0)
- (WIP) [PR](https://github.com/wbond/package_control_channel/pull/7151) to Sublime Package Control Channel

## Credits

- **Adapted** from [psykzz/st3-gitblame](https://github.com/psykzz/st3-gitblame/blob/2742789e8af609685ad7ce6f17401c6f51022d4d/git-blame.py)

- **Inspired** on [vscode-gitblame](https://github.com/Sertion/vscode-gitblame) ![Preview of vscode-gitblame](assets/third-party/GitBlamePreview.gif)

## License

[MIT](LICENSE) © [rodrigobdz](https://rodrigobdz.github.io/).