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 from your editor, the command line, or the Services menu? Here's how.
gisty (ruby) |
gist with quicksilver: http://simplygenius.com/2010/02/automating-gists-with-quicksilver.html
gist with quicksilver: http://simplygenius.com/2010/02/automating-gists-with-quicksilver.html |
gitx can create gists. |
GistAPI.py -- Python wrapper for Gist API |
Is there an prog for Win, perhaps for n++? |
Simple Pastie for OSX , http://itunes.apple.com/us/app/simplepastie/id402351865?mt=12
Simple Pastie for OSX , http://itunes.apple.com/us/app/simplepastie/id402351865?mt=12 |
Gedit support via the "external tools" plugin, using gist.sh: https://gist.github.com/813306
Gedit support via the "external tools" plugin, using gist.sh: https://gist.github.com/813306 |
If you want to keep a copy of selected gists offline: offline-gists |
Would love to know of any windows clients |
It also looks like twitter started displaying Gists https://twitter.com/#!/github/status/12602273234
It also looks like twitter started displaying Gists https://twitter.com/#!/github/status/12602273234 |
Editor: Sublime Text 2 with the Gist plugin |
wordpress plugin not working anymore |
QuickHubApp does it (& more) http://quickhubapp.com |
gist.eclipse for eclipse |
iGist for iOS http://bit.ly/igistapp |
http://cocode.io is a real-time collaborative code editing web service integrated with GitHub that allows you to fetch and save your editing session as a gist
http://cocode.io is a real-time collaborative code editing web service integrated with GitHub that allows you to fetch and save your editing session as a gist |
Just created a plug-in for Coda: https://github.com/ngs/gist-codaplugin |
http://github.com/ConradIrwin/jist ↔ gem install jist
It has all the features of defunkt/gist, but has none of the Issues.
http://github.com/ConradIrwin/jist ↔ It has all the features of defunkt/gist, but has none of the Issues. |
http://drupal.org/project/gist_filter for Drupal. |
Here is a gist plugin for the Chocolat text editor: https://github.com/drudge/gist.chocmixin
Here is a gist plugin for the Chocolat text editor: https://github.com/drudge/gist.chocmixin |
JetBrains' IntelliJ IDEA supports the creation of gists, described here: http://www.jetbrains.com/idea/webhelp/create-gist-dialog.html
JetBrains' IntelliJ IDEA supports the creation of gists, described here: http://www.jetbrains.com/idea/webhelp/create-gist-dialog.html |
Gists: pip install gists |
Gister for Visual Studio: http://cromwellryan.github.com/Gister/
PsGist for PowerShell: https://github.com/cromwellryan/psgist
Gister for Visual Studio: http://cromwellryan.github.com/Gister/ |
WordPress plugin appears to now be located at: https://github.com/newzealandpaul/wordpress-github-gist-shortcode-plugin
WordPress plugin appears to now be located at: https://github.com/newzealandpaul/wordpress-github-gist-shortcode-plugin |
Possible in Sublime Text 2 too with the Gist plugin. |
i just don't know anything... and still wanna try to be more familiar...... |
Search own gist from web: Search Your Gist! - gistsearch.org |
WordPress Plugin link is dead |
There is gistit too. |
Updated the list with all the suggestions from comments: https://gist.github.com/ale110/5744326
Merge request! ^D^Updated the list with all the suggestions from comments: https://gist.github.com/ale110/5744326 |
Just started a client for Windows: GistInTime. |
I use GistBox Chrome App besides Sublime Text 2 Gist plugin or gist ruby gem
I use GistBox Chrome App besides Sublime Text 2 Gist plugin or gist ruby gem |
PyCharm is also has support for gists |
Likewise probably IntelliJ and WebStorm and all the JetBrains products. |
PHPStorm has support for Git + Gists. |
Cloud Commander has suport for Gists. |
no love for GistBox? http://www.gistboxapp.com/ |
I made node client just now. https://github.com/watilde/gistjs
(It’s just because I couldn't find any on this page)
I made node client just now. https://github.com/watilde/gistjs |
+1 for GistBox chrome packaged app client - https://chrome.google.com/webstore/detail/gistbox/caoihfibgoiiakncomhccbflmlgjaohf?hl=en
+1 for GistBox chrome packaged app client - https://chrome.google.com/webstore/detail/gistbox/caoihfibgoiiakncomhccbflmlgjaohf?hl=en |
gist.sh -- From https://github.com/gmarik/gist.sh#readme:
Unmaintained, doesn’t work
Since Github API changes. Thanks for stopping by!
gist.sh -- From https://github.com/gmarik/gist.sh#readme: |
WordPress plugin: https://github.com/inpsyde/Inpsyde-oEmbed-Gist |
Gist List - with tags and backup: https://gistlist.nfshost.com |
PLUG: CoffeeShop is an online CoffeeScript shell that uses GitHub Gist as a backend.
PLUG: CoffeeShop is an online CoffeeScript shell that uses GitHub Gist as a backend. |
Harpia is a gist desktop client for OS X: https://github.com/DMarby/Harpia |
Is there a desktop client for windows? |
@aenian For Windows you can create the gist with the npm command line client npm install -g mkg
which can be setup as a batch process if desired but I would strongly recommend using https://desktop.github.com/ as the desktop client for everything but creation of the Gist, for that use the npm package command line client:
npm install -g mkg
@aenian For Windows you can create the gist with the npm command line client
|
I released CodeDrop for OS X for quickly creating gists. |
Cross-platform Gist client: |
A Java Gist wrapper: |
gisty (ruby)