A Sublime Text 3 plugin for easily search through the Internet.
Google CSE API provides 100 search queries per day for free, so by default it uses DuckDuckGo search engine and you can change it to the Google engine.
Download Package Control and use the Package Control: Install Package command from the command palette. Using Package Control ensures Internet Search will stay up to date automatically.
If you want to use Google CSE as main search engine instead of DuckDuckGo you must register your own developer key and specify it at configuration file (Packages/User/SublimeInternetSearch.sublime-settings):
{
"google_cse": {
"developer_key": "{yourAPIKey}",
// SublimeInternetSearch public Google Custom Search Engine identifier
"engine_id": "003214559008085120238:jvdgt7ubdja"
}
}
I'm so lazy to describe how it works, so just see an example:
This plugin is under the MIT license. See the complete license here.
