This extension sends your local file to Github Gist profile(or anonymous)
- Open command palette via
CTRL + SHIFT + P
keyboard shortcut then selectSend to Github Gist
- If you want to send file associated with your github account, you should add
Github personal access token
withF2
. - If you want to add an access token you should check
create gists
option. - You can remove your token with
F8
keyboard shortcut. - If you select some text in document this text will become in your gist file content. But if you dont select any text in document, extension uploads all text in document to gist.
- You can change accessible option on creating new gists.
- Open command palette via
CTRL + SHIFT + P
keyboard shortcut then selectChange Github Gist Visibility(Public - Secret)
. You can upload your file as secret gist after this option.
Github Api changed to octokit/rest.
Added accessible options.
Initial release of Send to Github Gist extension