Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duncanmcclean/simple-git-blame
A Simple Git Blame command for VS Code.
https://github.com/duncanmcclean/simple-git-blame
git-blame vscode
Last synced: 24 days ago
JSON representation
A Simple Git Blame command for VS Code.
- Host: GitHub
- URL: https://github.com/duncanmcclean/simple-git-blame
- Owner: duncanmcclean
- License: mit
- Created: 2024-02-02T00:39:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-02T15:18:10.000Z (9 months ago)
- Last Synced: 2024-04-29T02:48:02.888Z (6 months ago)
- Topics: git-blame, vscode
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=duncanmcclean.simple-git-blame
- Size: 785 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Simple Git Blame
This extension provides a *simple* Git Blame command in VS Code.
![Demo](./demo.gif)
I built this since I didn't like the other Git Blame extensions in VS Code and thought it'd be a fun thing to build. Hopefully you like it too!
## Caveats
* Currently only supports **GitHub** repositories
* Your Git remote must be called `origin`## Future
* [ ] Add support for Bitbucket
* [ ] Add support for GitLab
* [ ] Add tests*^ If you need any of these things, feel free to submit a PR.*