git-links-plus

Get a link to any code hosted in github. Previously maintained by calebmeyer

mstr3336

128

0

0.3.5

MIT

GitHub

git-links

Beta: command names may change, but no commands should disappear

This package provides a quick way to get a link to any piece of code hosted in github or github enterprise.

Install

apm install git-links

or

  1. Ctrl(command)+, (open settings)
  2. Click install, and ensure that "packages" is selected
  3. Type git-links in the box and hit enter
  4. Click install

Usage

Define your own keymap, or use Ctrl(command)+Shift+P (the command palette) to execute one of the commands

Commands

NOTE: These are subject to change at any time until this package reaches 1.0

Name Description
git-links:copy-absolute-link-for-current-line Copies a link to your clipboard which represents the current line of code in Github
git-links:copy-absolute-link-for-current-file Copies a link to your clipboard which represents the current file in Github
git-links:copy-absolute-link-for-current-commit Copies a link to your clipboard which represents the current commit in Github

Roadmap

Contributing

Contributions are always welcome!

If you encounter a bug, please open an issue and write a bug report.

If you want to add a new feature or fix a bug, fork this repository and send a pull request.