https://github.com/cycloware/vscode-github-file-folder-url
VsCode Extension that gets a Github url with optional line selection for files and folders.
https://github.com/cycloware/vscode-github-file-folder-url
clipboard vscode-extension vscode-github
Last synced: about 1 year ago
JSON representation
VsCode Extension that gets a Github url with optional line selection for files and folders.
- Host: GitHub
- URL: https://github.com/cycloware/vscode-github-file-folder-url
- Owner: Cycloware
- Created: 2016-12-09T06:08:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T15:34:09.000Z (almost 9 years ago)
- Last Synced: 2024-10-19T11:14:14.543Z (over 1 year ago)
- Topics: clipboard, vscode-extension, vscode-github
- Language: TypeScript
- Size: 41 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# VsCode - Github-File-Folder-Url
VsCode Extension that gets a Github url with optional line selection for files and folders.
Usage: `Ctrl+Alt+G` gets url copies it to the clipboard
Usage: `Ctrl+Alt+Shift+G` gets url and line selection copies it to the clipboard
Usage: `Ctrl+Alt+Z` gets url for all open files and copies them to clipboard
Full git sub-module support now included.
# Install
1. Within Visual Studio Code, open the command palette (`Ctrl-Shift-P` / `Cmd-Shift-P`)
2. Type `install extension` and search for `Github-File-Folder-Url`
=======
# vscode-github-file-folder-url
VsCode Extension that gets a Github url with optional line selection for files and folders.