Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 3.55 KB

README.md

File metadata and controls

74 lines (56 loc) · 3.55 KB

GitHub Gist Explorer

Management your GitHub gists with Visual Studio Code Screenshot

Please star the repository whether you like this extension!

20211207 New Feature: Allow fork gist from subscription & allow export a subscription
20211124 New Feature: Open gist with browser & copy gist link to clipboard
20191126 New Feature: Custom the API address and Sync the gist manually
20190614 New Feature: Search in the gists or subscriptions
20190613 New Feature: Subscribe the gist
20190610 New Feature: Import/Export gist

Install through Visual Studio Marketplace

Key Features

List all your GitHub gists.
Star or unstar the gist.
Create secet and public gist.
Edit or delete the gist.
Create, edit, delete, rename the files of gist.
Allow create gist from file in activity editor directly.
Allow create gist from the selection!
Allow create gist from the clipboard.
Allow check the gist history in Visual Studio Code directly.
Allow view the file contents of history file.
Allow compare the history with the latest version.
Allow export the gist to folder.
Allow import a local file to specific gist.
Allow import a local folder.
Allow subscribe gist.
Allow search in the gists.
Allow search in the subscriptions.

How to use

To use GitHub Gist Explorer management your GitHub Gist the user name and personal access token of GitHub is required. Please check the following contents to learn how to setup the GitHub Gist Explorer.

Get the user name of GitHub

Literally, It's your login name of GitHub. You can find it when you logged in the GitHub. The characters following https://github.com/ is your user name of GitHub. Like below. Get User Name

Steps To Get a Personal Access Token from GitHub

This extension requires a Personal Access Token from your GitHub account. You can create one by simply following the steps shown in the pictures below. Make sure you add Gist in scope.

Generate New Token

Select Scopes

Get an Access Token.

Get Access Token

Save the Token somewhere for future use (i.e. to upload from other machines).

Setup GitHub Gist Explorer

For now, You have the user name and personal access token of GitHub. Please input on the extension setting page. Setup Extension

How to add gist

Add Gist

Clip and Save!

Clip & Save

Create from clipboard

There are two ways to create gist from clipboard.

  1. Run the command from command palette.
  2. Run the command from right-click menu. Paste

Work with history

History