Skip to content

Commit 8a30ee8

Browse files
committed
* Add information about contex menu to readme
* Change screenshots paths' to relative
1 parent b8d4ec1 commit 8a30ee8

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Press <kbd>F1</kbd> and narrow down the list commands by typing `extension`. Pick `Extensions: Install Extension`.
1111

12-
![](https://raw.githubusercontent.com/ziyasal/vscode-open-in-github/master/screenshots/install.png)
12+
![](screenshots/install.png?raw=true)
1313

1414
Simply pick the `Open in GitHub / Bitbucket` extension from the list
1515

@@ -37,15 +37,24 @@ npm install
3737

3838
Press <kbd>F1</kbd> and type `Open in GitHub`.
3939

40-
![](https://raw.githubusercontent.com/ziyasal/vscode-open-in-github/master/screenshots/open-in-github.png)
40+
![](screenshots/open-in-github.png?raw=true)
4141

42+
Press <kbd>F1</kbd> and type `Copy GitHub link to clipboard`.
43+
44+
![](screenshots/copy.png?raw=true)
4245

4346
**Keybord Shortcut**
4447

4548
Press <kbd>Ctrl+L G</kbd> to activate.
4649
Press <kbd>Ctrl+L C</kbd> to copy active line link to clipboard.
4750

48-
**Configure custom github domain**
51+
**Context menu**
52+
53+
Right click on explorer item and choose `Open in GitHub` or `Copy GitHub link to clipboard`.
54+
55+
![](screenshots/context-menu.png?raw=true)
56+
57+
**Configure custom github domain**
4958

5059
Add following line into workspace settings;
5160
```json

screenshots/context-menu.png

110 KB
Loading

screenshots/copy.png

138 KB
Loading

0 commit comments

Comments
 (0)