ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Git​Link

by rscherf ALL

Open your Sublime Text files on GitHub, Bitbucket, Gitlab or Codebase

Details

  • 0.9.0
  • ryan.​sc
  • github.​com
  • 1 year ago
  • 2 hours ago
  • 10 years ago

Installs

  • Total 4K
  • Win 1K
  • Mac 2K
  • Linux 913
Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 2 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 1 0 0 1 0
Linux 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

This repository is looking for a new maintainer

GitLink

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: * http://github.com * http://bitbucket.org * https://about.gitlab.com * http://codebasehq.com

How it works

Right click in side menu Right click in a file

Or search for “GitLink” in the Command Palette

Copy URLs to files

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.

Copy URLs to files with a deeplink the line number

Right click anywhere within the file you are currently editing. Your cursor position determines which line number will be used for the deeplink.

Open URLs in your default browser as a new tab

command + shift + o Use your default web browser (Chrome) to skip a step and open any of the links automatically in a new tab.

Installation

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

Configuration

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.

Contribute

GitHub and Sublime Text are powerful; I know all of you can make this way better than me.

  1. Fork/clone the repository
  2. Add whatever you'd like
  3. Submit a Pull Request

Copyright

  1. Star the Github repository
  2. Follow http://twitter.com/ryanscherf on Twitter and tell me how much you love this plugin
  3. Use it however you'd like