rane-hs / sublime-gist-dir

sublime plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what is?

file sending private gist

usage

  • gotogist.sublime-settings
{
    "api_endpoint": "https://path/to/github",
    "auth_token": "MySpecialToken",
    "user_name": "me"
}
  • key binding
  {
    "command": "gotogist",
    "keys": ["ctrl+g", "ctrl+g"]
  }

About

sublime plugin


Languages

Language:Python 100.0%