An open API service indexing awesome lists of open source software.

https://github.com/zokis/sublimewebsearch

Web Search in Sublime Text 3.
https://github.com/zokis/sublimewebsearch

Last synced: about 1 year ago
JSON representation

Web Search in Sublime Text 3.

Awesome Lists containing this project

README

          

SublimeWebSearch
================

Web Search in Sublime Text 3.

##### Default Search: #####
* [Google](http://google.com)
* [Duck Duck Go](https://duckduckgo.com/)

### USAGE: ###

#### Search selected text ####
* Select text
* Right click on it and let the mouse over the "Web Search"
* click on "Search on Google!", "Search on Duck Duck Go!" or "Custom Search!"
* See the results in the browser open

### CUSTOM SEARCH ###

Uncomment one of the lines SublimeWebSearch.sublime-settings
or create one of your own in the User Settings

```JSON
{
// stackoverflow
"custom_url": "http://stackoverflow.com/search?q=",
// yahoo!
// "custom_url": "http://search.yahoo.com/search?p=",
// Quora
// "custom_url": "http://www.quora.com/search?q=",
// bing
// "custom_url": "http://bing.com/search?q=",
}
```