Skip to content

dlazic88/Gist

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 8 commits ahead, 220 commits behind condemil:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

Gist

Sublime Text 2 plugin for creating new Gists from selected text and get the gist list

Installation

Go to your Packages subdirectory under Sublime Text 2 data directory:

  • Windows: %APPDATA%\Sublime Text 2
  • OS X: ~/Library/Application Support/Sublime Text 2
  • Linux: ~/.config/sublime-text-2
  • Portable Installation: Sublime Text 2/Data

Then clone this repository:

git clone git://github.com/dlazic88/Gist

Options

If you're using OS X and have a keychain entry for github.com, no configuration is needed. Otherwise, copy the Gist.sublime-settings file from Packages/Gist to Packages/User sub-directory and edit:

  • "username": ""

    You need to enter your GitHub username here

  • "password": ""

    You need to enter your GitHub password here

  • "https_proxy": http://user:pass@proxy:port

    You can enter https proxy here Format: "http://user:pass@proxy:port"

Usage

Create a public gist:

From menu items:

  • Main menu: Tools -> Gist -> "Create Public Gist"
  • Context menu: "Create Public Gist"

By command called "Gist (public): Create from Selected Text"

There is a key bindings:

  • Windows and Linux: "ctrl+k", "ctrl+i"
  • OS X: "super+k", "super+i"

Create a private gist:

From menu items:

  • Main menu: Tools -> Gist -> "Create Private Gist"
  • Context menu: "Create Private Gist"

By command called "Gist (private): Create from Selected Text".

There is a key bindings:

  • Windows and Linux: "ctrl+k", "ctrl+l"
  • OS X: "super+k", "super+l"

Open gist:

From menu items:

  • Main menu: Tools -> Gist -> "Open Gist..."

By command called "Gist: Open Gist".

There is a key bindings:

  • Windows and Linux: "ctrl+shift+g"
  • OS X: "ctrl+super+g"

Insert gist:

From menu items:

  • Main menu: Tools -> Gist -> "Insert Gist..."

By command called "Gist: Insert Gist".

There is a key bindings:

  • Windows and Linux: "ctrl+shift+alt+g"
  • OS X: "ctrl+shift+super+g"

Information

Source: https://github.com/condemil/Gist

Author: https://github.com/condemil/

About

Sublime Text 2 plugin for creating new Gists from selected text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%