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
  • 10 years ago
  • 1 hour ago
  • 11 years ago

Installs

  • Total 838
  • Win 556
  • Mac 160
  • Linux 122
May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31
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 0 0 0 0 0 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 1 0 0 1 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 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 1 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.