Skip to content

Instantly share code, notes, and snippets.

@h3xxx
Last active August 29, 2015 14:06
Show Gist options
  • Save h3xxx/099c1568eccba8683ebf to your computer and use it in GitHub Desktop.
Save h3xxx/099c1568eccba8683ebf to your computer and use it in GitHub Desktop.
Plugins for Sublime Text

Package Control : https://sublime.wbond.net/installation

import urllib.request,os,hashlib; h = '7183a2d3e96f11eeadd761d777e62404' + 'e330c659d4bb41d3bdf022e94cab3cd0'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by) 

GIT : https://github.com/kemayo/sublime-text-git

GitGutter : https://github.com/jisaacks/GitGutter

AllAutocomplete : https://github.com/alienhard/SublimeAllAutocomplete

Emmet : http://emmet.io/

Terminal : https://github.com/wbond/sublime_terminal

SublimeREPL https://github.com/wuub/SublimeREPL

ColorPicker : http://weslly.github.io/ColorPicker/ : https://github.com/weslly/ColorPicker

MarkdownPreview : https://github.com/revolunet/sublimetext-markdown-preview

MarkdownEditing : https://github.com/SublimeText-Markdown/MarkdownEditing

DocBlockr : https://github.com/spadgos/sublime-jsdocs

Pretty JSON : https://github.com/dzhibas/SublimePrettyJson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment