Skip to content

Instantly share code, notes, and snippets.

@phillipalexander
Forked from defunkt/clients.md
Created September 28, 2013 05:57

Revisions

  1. @defunkt defunkt revised this gist Apr 18, 2010. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions clients.md
    Original file line number Diff line number Diff line change
    @@ -20,6 +20,7 @@ Want to create a [Gist](http://gist.github.com/) from your editor, the command l

    * [Gist as a Service](http://github.com/andymatuschak/GistService#readme)
    * [Drift](http://github.com/atduskgreg/drift#readme)
    * [Snippets Plugin](http://github.com/cimm/snippets-gist-scrippet#readme)

    ## Bloggin'

  2. @defunkt defunkt revised this gist Apr 18, 2010. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion clients.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # Gist Clients

    Want to create a Gist from your editor, the command line, or the Services menu? Here's how.
    Want to create a [Gist](http://gist.github.com/) from your editor, the command line, or the Services menu? Here's how.

    ## Editor Support

  3. @defunkt defunkt revised this gist Apr 18, 2010. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions clients.md
    Original file line number Diff line number Diff line change
    @@ -11,10 +11,10 @@ Want to create a Gist from your editor, the command line, or the Services menu?

    ## Command Line

    * [gist](http://github.com/defunkt/gist) (official)
    * [gist.sh](http://github.com/gmarik/gist.sh) (shell)
    * [gist](http://github.com/defunkt/gist#readme) (official)
    * [gist.sh](http://github.com/gmarik/gist.sh#readme) (shell)
    * [pygist](http://github.com/mattikus/pygist#readme) (python)
    * [gistp](http://github.com/miyagawa/gistp) (perl)
    * [gistp](http://github.com/miyagawa/gistp#readme) (perl)

    ## OS X

  4. @defunkt defunkt revised this gist Apr 18, 2010. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions clients.md
    Original file line number Diff line number Diff line change
    @@ -16,16 +16,16 @@ Want to create a Gist from your editor, the command line, or the Services menu?
    * [pygist](http://github.com/mattikus/pygist#readme) (python)
    * [gistp](http://github.com/miyagawa/gistp) (perl)

    ## OS X

    * [Gist as a Service](http://github.com/andymatuschak/GistService#readme)
    * [Drift](http://github.com/atduskgreg/drift#readme)

    ## Bloggin'

    * [Gist => Tumblr](http://github.com/eric/gistr#readme)
    * [WordPress Plugin](http://github.com/paulwilliam/wordpress-github-gist-shortcode-plugin#readme)

    ## OS X

    * [Drift](http://github.com/atduskgreg/drift#readme)
    * [Gist as a Service](http://github.com/andymatuschak/GistService#readme)

    ## More

    * [Gist Search on GitHub](http://github.com/search?q=gist&type=Repositories)
    * [Gist Search on GitHub](http://github.com/search?q=gist&type=Repositories)
  5. @defunkt defunkt revised this gist Apr 18, 2010. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions clients.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    # Gist Clients

    Want to create a Gist from your editor, the command line, or the Services menu? Here's how.

    ## Editor Support

    * [TextMate](http://github.com/ivanvc/gists-tmbundle#readme)
    @@ -18,8 +20,6 @@

    * [Gist => Tumblr](http://github.com/eric/gistr#readme)
    * [WordPress Plugin](http://github.com/paulwilliam/wordpress-github-gist-shortcode-plugin#readme)
    *


    ## OS X

  6. @defunkt defunkt revised this gist Apr 18, 2010. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion clients.md
    Original file line number Diff line number Diff line change
    @@ -10,7 +10,6 @@
    ## Command Line

    * [gist](http://github.com/defunkt/gist) (official)

    * [gist.sh](http://github.com/gmarik/gist.sh) (shell)
    * [pygist](http://github.com/mattikus/pygist#readme) (python)
    * [gistp](http://github.com/miyagawa/gistp) (perl)
  7. @defunkt defunkt revised this gist Apr 18, 2010. 1 changed file with 0 additions and 10 deletions.
    10 changes: 0 additions & 10 deletions clients.md
    Original file line number Diff line number Diff line change
    @@ -11,16 +11,6 @@

    * [gist](http://github.com/defunkt/gist) (official)

    Install with RubyGems:

    gem install gist
    gist -h

    Install with [homebrew](http://mxcl.github.com/homebrew/):

    brew install gist
    gist -h

    * [gist.sh](http://github.com/gmarik/gist.sh) (shell)
    * [pygist](http://github.com/mattikus/pygist#readme) (python)
    * [gistp](http://github.com/miyagawa/gistp) (perl)
  8. @defunkt defunkt created this gist Apr 18, 2010.
    42 changes: 42 additions & 0 deletions clients.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,42 @@
    # Gist Clients

    ## Editor Support

    * [TextMate](http://github.com/ivanvc/gists-tmbundle#readme)
    * [Emacs](http://github.com/defunkt/gist.el#readme)
    * [Vim](http://www.vim.org/scripts/script.php?script_id=2423)
    * [Coda](http://github.com/kmorey/gist.codaplugin#readme)

    ## Command Line

    * [gist](http://github.com/defunkt/gist) (official)

    Install with RubyGems:

    gem install gist
    gist -h

    Install with [homebrew](http://mxcl.github.com/homebrew/):

    brew install gist
    gist -h

    * [gist.sh](http://github.com/gmarik/gist.sh) (shell)
    * [pygist](http://github.com/mattikus/pygist#readme) (python)
    * [gistp](http://github.com/miyagawa/gistp) (perl)

    ## Bloggin'

    * [Gist => Tumblr](http://github.com/eric/gistr#readme)
    * [WordPress Plugin](http://github.com/paulwilliam/wordpress-github-gist-shortcode-plugin#readme)
    *


    ## OS X

    * [Drift](http://github.com/atduskgreg/drift#readme)
    * [Gist as a Service](http://github.com/andymatuschak/GistService#readme)

    ## More

    * [Gist Search on GitHub](http://github.com/search?q=gist&type=Repositories)