https://github.com/ticky/nova-github-shortcuts
Nova extension providing shortcuts to open or share links to your code on GitHub
https://github.com/ticky/nova-github-shortcuts
Last synced: about 1 year ago
JSON representation
Nova extension providing shortcuts to open or share links to your code on GitHub
- Host: GitHub
- URL: https://github.com/ticky/nova-github-shortcuts
- Owner: ticky
- Created: 2021-03-06T03:04:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T21:33:53.000Z (about 5 years ago)
- Last Synced: 2025-05-08T04:51:32.511Z (about 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
GitHub Shortcuts provides quick shortcuts to open or share links to your code hosted on GitHub.
## Requirements
GitHub shortcuts requires access to the `git` command-line tool. You very likely already have it!
## Usage
You'll find a "GitHub Shortcuts" item in the editor context menu, or can use the Command Palette and search for GitHub. In either, you'll find:
- **Open File**: Opens the current file in your default browser.
- **Open Selection**: Opens the current file, with the selected lines highlighted in your default browser.
- **Copy Link to File**: Copies the link to the current file to the clipboard.
- **Copy Link to Selection**: Copies the link to the current file, with the selected lines highlighted to the clipboard.