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.
- Host: GitHub
- URL: https://github.com/zokis/sublimewebsearch
- Owner: zokis
- Created: 2013-08-27T14:21:04.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-28T14:27:29.000Z (almost 13 years ago)
- Last Synced: 2025-02-16T11:27:31.720Z (over 1 year ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=",
}
```