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
Ctrl(command)+,
(open settings)- Click install, and ensure that "packages" is selected
- Type
git-links
in the box and hit enter - 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.