https://github.com/krasun/sublimeinternetsearch
Plugin for search through the Internet
https://github.com/krasun/sublimeinternetsearch
Last synced: 2 months ago
JSON representation
Plugin for search through the Internet
- Host: GitHub
- URL: https://github.com/krasun/sublimeinternetsearch
- Owner: krasun
- License: mit
- Created: 2013-09-19T19:27:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-22T14:55:40.000Z (over 11 years ago)
- Last Synced: 2025-04-19T11:23:29.702Z (6 months ago)
- Language: Python
- Homepage:
- Size: 930 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SublimeInternetSearch
A Sublime Text 3 plugin for easily search through the Internet.
[Google CSE API](https://developers.google.com/custom-search/docs/overview) provides 100 search queries per day for free, so by default it uses [DuckDuckGo](https://duckduckgo.com/) search engine and you [can change it](#installation-configuration) to the Google engine.
## Installation & configuration
Download [Package Control](https://sublime.wbond.net/installation) 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](https://developers.google.com/custom-search/v1/getting_started#auth) 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:

## License
This plugin is under the MIT license. See the complete license [here](LICENSE).