- temp@~0.8.1
- bluebird@^3.1.4
- octonode@^0.7.1
- untildify@^3.0.2
- fuzzaldrin@^2.1.0
- underscore-plus@^1.6.6
- atom-space-pen-views@^2.0.5
- @aki77/atom-input-dialog@^1.0.0
- @aki77/atom-select-action@^0.1.2
gist package

Inspired by condemil/Gist
Features
- Create Gists
- Insert Gists
- Edit existing Gists
- Delete existing Gists
- Open browser existing Gists
Commands
gist:create-publicgist:create-privategist: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')
Custom Hostname for GitHub Enterprise
hostname(default: 'api.github.com')
Usage
Create Gists
- Use the
gist:create-privateorgist:create-publiccommands.
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
- Use the
gist:listcommands. - Select gist.
- Press the
enterkey.
Edit Gists
- Use the
gist:listcommands. - Select gist.
- Press the
tabkey. - Select
Editaction.
Delete Gists
- Use the
gist:listcommands. - Select gist.
- Press the
tabkey. - Select
Deleteaction.
