Giter Club home page Giter Club logo

vscode-gist's Introduction

Gist Extension

Marketplace Version Build Status

Installs Coverage Status

Access your GitHub Gists within Visual Studio Code. You can add, edit, and delete public and private gists.

Installation

Press F1 and narrow down the list commands by typing extension. Pick Extensions: Install Extensions. Select the Gist Extension extension from the list.

GitHub Profiles

NOTE: You must provide a personal access token to be authenticated with GitHub or a GitHub Enterprise instance.

Press F1 and type select profile to initialize the profile selector. You can add as many profiles as you would like.

vscode-gist-profiles

If you are using a GitHub Enterprise account, be sure to add the appropriate API url. This extension uses the REST v3 API by GitHub. Your GHE API url should look similar to this: http(s)://[hostname]/api/v3 (documentation)

Usage

Create Gists

You must have a file open and active to create a gist.

Press F1 and enter the following:

GIST: Create New Gist

You will be prompted a gist description.

Open/Edit Gists

Press F1 and enter one fo the following:

GIST: Open Gist
GIST: Open Favorite Gist

All files associated with the gist will be opened in group layout.

Once you have opened an owned* gist, saving it will commit a new revision.

* an owned gist is one created by you, not a favorited (starred) gist.

You can also use the following commands:

GIST: Delete Gist
GIST: Delete File
GIST: Add File
GIST: Open Gist In Browser
GIST: Insert Text From Gist File

Extension Settings

Mostly you will not need to change these settings.

Setting Type Default Value Purpose
maxFiles Number 10 The maximum number of files to open without a prompt.
defaultPrivate Boolean false Defaults all newly created Gists to PRIVATE.
profileOptions Object {} Override profile configuration options.

profileOptions gives you some debugging capabilities. You can provide a profile name along with key, url, and rejectUnauthorized values. Before you can use profileOptions you *MUST* have the profile created.

interface ProfileOptions {
    key?: string; // the personal access token to use
    url?: string; // the REST endpoint to use
    rejectUnauthorized?: boolean; // set this to false if you are having ssl issues with your enterprise REST endpoint
}

An example value for profileOptions would be something like this:

{
    "GHE": { // "GHE" MUST correspond with the name used when originally configuring the profile
        "rejectUnauthorized": false
    }
}

All Commands & Keyboard Mappings

Here is a list of commands and their mapped keyboard shortcuts

Command Command Pallet Label Keyboard Mapping Notes
extension.gist.open Open Gist ctrl+alt+o
extension.gist.openFavorite Open Favorite Gist not mapped
extension.gist.create Create New Gist not mapped
extension.gist.openInBrowser Open Gist In Browser ctrl+alt+b
extension.gist.delete Delete Gist not mapped
extension.gist.deleteFile Delete File not mapped
extension.gist.add Add File ctrl+alt+a ctrl+alt+a
extension.gist.insert Insert Text From Gist File not mapped
extension.profile.select Select Profile ctrl+alt+=
extension.resetState n/a ctrl+shift+0 Delete All Extension Memory (removes auth tokens)

Show Your Support

If you'd like to support Gist, please consider the following โ€” feel free to choose more than one. ๐Ÿ˜‰

Maintainer

vscode-gist is maintained by Ken Howard.

vscode-gist's People

Contributors

dbankier avatar dependabot[bot] avatar kenhowardpdx avatar ashcoolman avatar timendum avatar hoetz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.