ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Internet Search

by krasun ALL

Plugin for search through the Internet

Details

  • 2014.01.22.14.55.39
  • github.​com
  • github.​com
  • 9 years ago
  • 3 hours ago
  • 9 years ago

Installs

  • Total 805
  • Win 539
  • Mac 148
  • Linux 118
Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

SublimeInternetSearch

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.

Installation & configuration

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.

Using Google CSE API

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"
    }
}

Using It

I'm so lazy to describe how it works, so just see an example:

Screenshot

License

This plugin is under the MIT license. See the complete license here.