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
  • 11 years ago
  • 2 hours ago
  • 11 years ago

Installs

  • Total 844
  • Win 560
  • Mac 161
  • Linux 123
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11
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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 2
Mac 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 0 0 0 0 0 0 0
Linux 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 1 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.