@@ -27,18 +27,18 @@ With `vsce` installed from NPM (`yarn global add vsce`), clone [this repo](https
2727### Commands
2828
2929| command | copy URL | open URL | mode | SHA-type |
30- | ------------------------------------- | :-------- : | :-- ------: | --------- | -------------- |
31- | ` Githubinator ` | ✅ | ❌ | blob | current branch |
32- | ` Githubinator: Copy ` | ✅ | ❌ | blob | current branch |
33- | ` Githubinator: Copy Master ` | ✅ | ❌ | blob | master branch |
34- | ` Githubinator: Copy Permalink ` | ✅ | ❌ | blob | current SHA |
35- | ` Githubinator: Copy Master Permalink ` | ✅ | ❌ | blob | master SHA |
36- | ` Githubinator: On Master ` | ✅ | ✅ | blob | master branch |
37- | ` Githubinator: Permalink ` | ✅ | ✅ | blob | current SHA |
38- | ` Githubinator: Blame ` | ✅ | ✅ | blame | current branch |
39- | ` Githubinator: Blame On Master ` | ✅ | ✅ | blame | master branch |
40- | ` Githubinator: Blame Permalink ` | ✅ | ✅ | blame | current sha |
41- | ` Githubinator: Repository ` | ✅ | ✅ | open repo | N/A |
30+ | ------------------------------------- | :------: | :------: | --------- | -------------- |
31+ | ` Githubinator ` | ✅ | ❌ | blob | current branch |
32+ | ` Githubinator: Copy ` | ✅ | ❌ | blob | current branch |
33+ | ` Githubinator: Copy Master ` | ✅ | ❌ | blob | master branch |
34+ | ` Githubinator: Copy Permalink ` | ✅ | ❌ | blob | current SHA |
35+ | ` Githubinator: Copy Master Permalink ` | ✅ | ❌ | blob | master SHA |
36+ | ` Githubinator: On Master ` | ✅ | ✅ | blob | master branch |
37+ | ` Githubinator: Permalink ` | ✅ | ✅ | blob | current SHA |
38+ | ` Githubinator: Blame ` | ✅ | ✅ | blame | current branch |
39+ | ` Githubinator: Blame On Master ` | ✅ | ✅ | blame | master branch |
40+ | ` Githubinator: Blame Permalink ` | ✅ | ✅ | blame | current sha |
41+ | ` Githubinator: Repository ` | ✅ | ✅ | open repo | N/A |
4242
4343## Requirements
4444
@@ -70,10 +70,10 @@ Initial release
7070This plugin is based on the [ Sublime Plugin by ehamiter] ( https://github.com/ehamiter/GitHubinator ) with the same name.
7171
7272| project | providers | blame | history | permalink | master | copy | open | open-pr | one-step actions | provider autodetection |
73- | ----------------------------------------------------------------------------- | --------------------------------------- | :----- : | :------- : | :--------- : | :------ : | :---- : | :---- : | :------- : | :---------------- : | :-- --------------------: |
74- | this project | Github | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ❌ |
75- | [ d4rkr00t/vscode-open-in-github] [ d4rkr00t-github ] ([ vscode] [ d4rkr00t-vscode ] ) | Github | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ |
76- | [ ziyasal/vscode-open-in-github] [ ziyasal-github ] ([ vscode] [ ziyasal-vscode ] ) | Github, Bitbucket, Gitlab, Visualstudio | ❌ | ❌ | ✅\* | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ |
73+ | ----------------------------------------------------------------------------- | --------------------------------------- | :---: | :-----: | :-------: | :----: | :--: | :--: | :-----: | :--------------: | :--------------------: |
74+ | this project | Github | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ |
75+ | [ d4rkr00t/vscode-open-in-github] [ d4rkr00t-github ] ([ vscode] [ d4rkr00t-vscode ] ) | Github | ✅ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ |
76+ | [ ziyasal/vscode-open-in-github] [ ziyasal-github ] ([ vscode] [ ziyasal-vscode ] ) | Github, Bitbucket, Gitlab, Visualstudio | ❌ | ❌ | ✅\* | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ |
7777
7878\* changeable in settings between permalink and branch
7979
0 commit comments