This extension sends your local file to Github Gist profile(or anonymous)
- Open command palette via
CTRL + SHIFT + Pkeyboard shortcut then selectSend to Github Gist - If you want to send file associated with your github account, you should add
Github personal access tokenwithF2. - If you want to add an access token you should check
create gistsoption. - You can remove your token with
F8keyboard 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 + Pkeyboard 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