Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mrliptontea/help
- Owner: mrliptontea
- Created: 2013-07-25T14:31:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-25T14:38:55.000Z (over 11 years ago)
- Last Synced: 2024-04-18T13:20:52.713Z (9 months ago)
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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").