https://github.com/msolomon/github-submodule-links
Browser extension to hyperlink GitHub submodule hashes and diffs
https://github.com/msolomon/github-submodule-links
Last synced: 8 months ago
JSON representation
Browser extension to hyperlink GitHub submodule hashes and diffs
- Host: GitHub
- URL: https://github.com/msolomon/github-submodule-links
- Owner: msolomon
- Created: 2014-04-01T05:56:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T22:28:31.000Z (over 4 years ago)
- Last Synced: 2024-04-16T11:48:36.419Z (over 1 year ago)
- Language: JavaScript
- Size: 303 KB
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub submodule links
Adds links for submodule hashes and submodule diffs on GitHub.

------------------------
GitHub doesn't hyperlink to submodules in diffs. To make it easier to track what changed, this extension inserts links to both the referenced submodule commits as well as diffs between them.
## Installation
### Chrome
[Visit the Chrome web store](https://chrome.google.com/webstore/detail/github-submodule-links/ncoknneddcolmgfnmcbemhhaghjdlkkb) and install the extension.
### Firefox
[Get the Firefox add-on](https://addons.mozilla.org/en-US/firefox/addon/github-submodule-links/)
Or to build it yourself,
clone then build with `make` and bundle with cfx/jetpack (too little demand for me to do this for each release). From the firefox build directory:
../addon-sdk-1.17/bin/cfx xpi
### Safari
Clone then build with `make` and bundle in Safari (too little demand for me to do this for each release).
## Contributors
Brought to you by [msol](http://msol.io/), aka [@msol](https://twitter.com/msol)
Also thanks to [Allan Mørk Christensen](https://github.com/allanmc) for his significant contributions!