gist

create and insert Gists.

aki77

22,061

39

1.1.0

MIT

GitHub

gist package

create and insert Gists. Build Status

Inspired by condemil/Gist

Features

Commands

Keymap

edit ~/.atom/keymap.cson

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

Settings

Personal Access Tokens

Gyazo

Custom Hostname for GitHub Enterprise

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