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.
- Host: GitHub
- URL: https://github.com/rodrigobdz/subl-gitblame-statusbar
- Owner: rodrigobdz
- License: mit
- Created: 2018-06-10T19:03:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T13:06:13.000Z (about 6 years ago)
- Last Synced: 2025-09-18T09:09:44.436Z (10 months ago)
- Topics: git, statusbar, sublime-package, sublime-text
- Language: Python
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.

## 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) 
## License
[MIT](LICENSE) © [rodrigobdz](https://rodrigobdz.github.io/).