This repository is looking for a new maintainer
Sublime Text plugin to derive shareable URLs to files in your source repositories. No more traversing your file structure finding the file you are working on. With support for:
Or search for "GitLink" in the Command Palette
command + shift + c
Right click any file in the sidebar (that is part of a Git repository) and go to the GitLink
menu item to see options.
Right click anywhere within the file you are currently editing. Your cursor position determines which line number will be used for the deeplink.
command + shift + o
Use your default web browser (Chrome) to skip a step and open any of the links automatically in a new tab.
The easiest is to install using Package control.
To install manually, you can clone the Git repository directly:
- Mac:
cd ~/Library/Application Support/Sublime Text/Packages/
- Linux:
cd ~/.config/sublime-text/Packages
git clone git@github.com:rscherf/GitLink.git
- Restart Sublime Text
To switch to generating permanent links that reference a git commit hash instead of branch name, add "gitlink_revision_type": "commithash"
to your Preferences.sublime-settings file.
GitHub and Sublime Text are powerful; I know all of you can make this way better than me.
- Fork/clone the repository
- Add whatever you'd like
- Submit a Pull Request
- Star the Github repository
- Follow http://twitter.com/ryanscherf on Twitter and tell me how much you love this plugin
- Use it however you'd like