• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

gist

create and insert Gists.
  • #github
  • #gist
aki77
20,036
40
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

gist package

create and insert Gists. Build Status

Inspired by condemil/Gist

Features

  • Create Gists
  • Insert Gists
  • Edit existing Gists
  • Delete existing Gists
  • Open browser existing Gists

Commands

  • gist:create-public
  • gist:create-private
  • gist:list

Keymap

edit ~/.atom/keymap.cson

# default
'.select-list.with-action':
  'tab': 'select-list:select-action'

Settings

Personal Access Tokens

  • token (default: '')
  • tokenFile (default: '~/.atom/gist.token')
  • environmentName (default: 'GIST_ACCESS_TOKEN')

Gyazo

Custom Hostname for GitHub Enterprise

  • hostname (default: 'api.github.com')

Usage

Create Gists

  1. Use the gist:create-private or gist:create-public commands.

If you don't have anything selected, a Gist will be created with contents of current file, URL of that Gist will be copied to the clipboard.

Insert Gists

  1. Use the gist:list commands.
  2. Select gist.
  3. Press the enter key.

Edit Gists

  1. Use the gist:list commands.
  2. Select gist.
  3. Press the tab key.
  4. Select Edit action.

Delete Gists

  1. Use the gist:list commands.
  2. Select gist.
  3. Press the tab key.
  4. Select Delete action.

TODO

  • [x] Editing existing Gists
  • [ ] Adding new files to existing Gists
  • [ ] Caching Gists

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by