{"id":13479625,"url":"https://github.com/kenhowardpdx/vscode-gist","last_synced_at":"2026-03-10T17:32:41.146Z","repository":{"id":39705879,"uuid":"77644992","full_name":"kenhowardpdx/vscode-gist","owner":"kenhowardpdx","description":"vscode extension for quick gists","archived":false,"fork":false,"pushed_at":"2023-02-27T16:37:52.000Z","size":4365,"stargazers_count":182,"open_issues_count":27,"forks_count":17,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-04-07T03:34:51.442Z","etag":null,"topics":["gist","gist-profiles","tools","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kenhowardpdx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-29T23:01:11.000Z","updated_at":"2025-02-15T10:31:51.000Z","dependencies_parsed_at":"2024-10-30T13:43:14.257Z","dependency_job_id":null,"html_url":"https://github.com/kenhowardpdx/vscode-gist","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenhowardpdx%2Fvscode-gist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenhowardpdx%2Fvscode-gist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenhowardpdx%2Fvscode-gist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenhowardpdx%2Fvscode-gist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kenhowardpdx","download_url":"https://codeload.github.com/kenhowardpdx/vscode-gist/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252071877,"owners_count":21690108,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gist","gist-profiles","tools","vscode","vscode-extension"],"created_at":"2024-07-31T16:02:20.394Z","updated_at":"2026-03-10T17:32:36.113Z","avatar_url":"https://github.com/kenhowardpdx.png","language":"TypeScript","funding_links":["https://www.patreon.com/kenhowardpdx","https://www.paypal.me/kenhowardpdx"],"categories":["TypeScript","vscode-extension"],"sub_categories":[],"readme":"# Gist Extension\n\n[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version-short/kenhowardpdx.vscode-gist.svg)](https://marketplace.visualstudio.com/items?itemName=kenhowardpdx.vscode-gist)\n[![Build Status](https://travis-ci.org/kenhowardpdx/vscode-gist.svg?branch=master)](https://travis-ci.org/kenhowardpdx/vscode-gist)\n\n[![Installs](https://vsmarketplacebadge.apphb.com/installs/kenhowardpdx.vscode-gist.svg)](https://marketplace.visualstudio.com/items?itemName=kenhowardpdx.vscode-gist) [![Coverage Status](https://coveralls.io/repos/github/kenhowardpdx/vscode-gist/badge.svg?branch=master)](https://coveralls.io/github/kenhowardpdx/vscode-gist?branch=master)\n\nAccess your GitHub Gists within Visual Studio Code. You can add, edit, and delete public and private gists.\n\n## Installation\n\nPress \u003ckbd\u003eF1\u003c/kbd\u003e and narrow down the list commands by typing `extension`. Pick `Extensions: Install Extensions`.\nSelect the `Gist Extension` extension from the list.\n\n## GitHub Profiles\n\n_**NOTE:** You must provide a personal access token to be authenticated with GitHub or a GitHub Enterprise instance._\n\nPress \u003ckbd\u003eF1\u003c/kbd\u003e and type `select profile` to initialize the profile selector. You can add as many profiles as you would like.\n\n![vscode-gist-profiles](./images/vscode-gist-profiles.gif)\n\nIf 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)](https://developer.github.com/enterprise/2.13/v3/#schema)\n\n## Usage\n\n### Create Gists\n\nYou must have a file open and active to create a gist.\n\nPress \u003ckbd\u003eF1\u003c/kbd\u003e and enter the following:\n\n~~~\nGIST: Create New Gist\n~~~\n\nYou will be prompted a gist description.\n\n### Open/Edit Gists\n\nPress \u003ckbd\u003eF1\u003c/kbd\u003e and enter one fo the following:\n\n~~~\nGIST: Open Gist\nGIST: Open Favorite Gist\n~~~\n\nAll files associated with the gist will be opened in group layout.\n\nOnce you have opened an **owned*** gist, saving it will commit a new revision.\n\n\\* an owned gist is one created by you, not a favorited (starred) gist.\n\nYou can also use the following commands:\n\n~~~\nGIST: Delete Gist\nGIST: Delete File\nGIST: Add File\nGIST: Open Gist In Browser\nGIST: Insert Text From Gist File\nGIST: Insert Text From Favorite Gist File\n~~~\n\n## Extension Settings\n\nMostly you will not need to change these settings.\n\n| Setting | Type | Default Value | Purpose |\n|:--------|:-----|:--------------|:--------|\n| maxFiles | Number | 10 | The maximum number of files to open without a prompt. |\n| defaultPrivate | Boolean | false | Defaults all newly created Gists to PRIVATE. |\n| profileOptions | Object | {} | Override profile configuration options. |\n\n`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.\n\n```js\ninterface ProfileOptions {\n    key?: string; // the personal access token to use\n    url?: string; // the REST endpoint to use\n    rejectUnauthorized?: boolean; // set this to false if you are having ssl issues with your enterprise REST endpoint\n}\n```\n\nAn example value for `profileOptions` would be something like this:\n```js\n{\n    \"GHE\": { // \"GHE\" MUST correspond with the name used when originally configuring the profile\n        \"rejectUnauthorized\": false\n    }\n}\n```\n\n## All Commands \u0026 Keyboard Mappings\n\nHere is a list of commands and their mapped keyboard shortcuts\n\n| Command | Command Pallet Label | Keyboard Mapping | Notes |\n|:--------|:---------------------|:-----------------|:------|\n|extension.gist.open|Open Gist|ctrl+alt+o|\n|extension.gist.openFavorite|Open Favorite Gist|not mapped|\n|extension.gist.create|Create New Gist|not mapped|\n|extension.gist.openInBrowser|Open Gist In Browser|ctrl+alt+b|\n|extension.gist.delete|Delete Gist|not mapped|\n|extension.gist.deleteFile|Delete File|not mapped|\n|extension.gist.add|Add File|ctrl+alt+a ctrl+alt+a|\n|extension.gist.insert|Insert Text From Gist File|not mapped|\n|extension.gist.insertFavorite|Insert Text From Favorite Gist File|not mapped|\n|extension.profile.select|Select Profile|ctrl+alt+=|\n|extension.resetState|n/a|ctrl+shift+0|Delete All Extension Memory (removes auth tokens)|\n\n## Show Your Support\n\nIf you'd like to support Gist, please consider the following \u0026mdash; feel free to choose more than one. \u0026#x1F609;\n- [Become a Sponsor](https://www.patreon.com/kenhowardpdx \"Become a sponsor on Patreon\") \u0026mdash; see [backers](https://github.com/kenhowardpdx/vscode-gist/blob/master/BACKERS.md)\n- [Donations via PayPal](https://www.paypal.me/kenhowardpdx \"One-time donations via PayPal\")\n- [Donations via Cash App](https://cash.me/$kenhowardpdx \"One-time donations via Cash App\")\n- [Write a Review](https://marketplace.visualstudio.com/items?itemName=kenhowardpdx.vscode-gist#review-details \"Write a review\")\n- [Star or Fork me on GitHub](https://github.com/kenhowardpdx/vscode-gist \"Star or fork me on GitHub\")\n- [Follow me on Twitter](https://twitter.com/kenhowardpdx \"Follow me on Twitter\")\n\n## Maintainer\nvscode-gist is maintained by [Ken Howard](https://github.com/kenhowardpdx).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenhowardpdx%2Fvscode-gist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkenhowardpdx%2Fvscode-gist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenhowardpdx%2Fvscode-gist/lists"}