Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrliptontea/help

Plugin for Sublime Text 2.
https://github.com/mrliptontea/help

Last synced: about 2 months ago
JSON representation

Plugin for Sublime Text 2.

Awesome Lists containing this project

README

        

#Help is a Sublime Text 2 and 3 plugin#

##Help plugin has a good name, and it does what its name suggests :

Select a text, hit `F1` (default binding), then a list of urls (default : google/mootools/php) shows up, select your url and it opens a browser (or a new tab) with the help inside.

Of course you can manage your links, to do so, `Ctrl+Shift+P` or `Cmd+Shift+P`, and write "help manage".

It's my first sublime text2 plugin and my first piece of code in Python.

Any ideas for improvement is of course appreciated.

The plugin is strongly inspired from [__Grafikart's open_browser plugin__](https://github.com/Grafikart/Open-Browser-SublimeText2-Plugin "Grafikart's Open Browser") and [__Nettuts' Fetch plugin__](https://github.com/weslly/Nettuts-Fetch "Nettuts' Fetch Plugin").