OnlineSearch
This plugin enables the user to search online right from the sublime text editor. User can search through input, right-clicking the selected text and through general key-bindings.
Details
Installs
- Total 856
- Win 569
- Mac 191
- Linux 96
Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Online searcher for Sublime Text
This plugin enables the user to search online right from the sublime text editor. User can search through input, right-clicking the selected text and through general key-bindings.
You can also add your own custom domains, search engines and other documentations which are not included by default in this plugin
Key Bindings
- On pressing
ctrl+alt+o
you will be prompted to input the search string - On pressing
ctrl+alt+s
search the default domain with the selected text
You can change the default key binding at Preferences -> Package Settings -> Extended Tab Switcher -> Key Bindings User
Usage
- Press
ctrl+alt+o
- Enter the search string in the input box with the format
domain:text
(e.g.google: css opacity
orphp:in_array
)
Tip: If you have selected text to be searched the input box will be already pre-filled or your can simply right-click and click “Search online” and it will search with default configurations
Configurations
User can overwrite the following configurations by adding flags in the User - Settings section which can be access by Preferences -> Package Settings -> Extended Tab Switcher -> Settings - User
Default
- google (e.g.
google: best css practices
) - stackOverflow (e.g.
stackoverflow: jquery animate not working
) - github (e.g.
github: noSQL databases
) - php (e.g.
php: in_array
) - jquery (e.g.
jquery: fadeIn
) - youtube (e.g.
youtube: node.js tutorials
) - image (e.g.
image: facebook icon
)
- google (e.g.
Custom
- The above default configurations can be changed or new configs can be added in
Preferences -> Package Settings -> Extended Tab Switcher -> Settings - User
- The above default configurations can be changed or new configs can be added in
How to Install
Via Package Control
The easiest way to install is using Sublime Package Control, where OnlineSearch is listed as
OnlineSearch
.
1. Open Command Palette using menu item `Tools -> Command Palette...` (<kbd>⇧</kbd><kbd>⌘</kbd><kbd>P</kbd> on Mac)
2. Choose `Package Control: Install Package`
3. Find `OnlineSearch` and hit <kbd>Enter</kbd>
Manual
You can also install the theme manually:
1. [Download the .zip](https://github.com/rajeshvaya/sublime-online-searcher/archive/master.zip)
2. Unzip and rename the folder to `OnlineSearcher`
3. Copy the folder into `Packages` directory, which you can find using the menu item `Sublime Text -> Preferences -> Browse Packages...`
License
This projected is licensed under the terms of the MIT license.
The MIT License (MIT)
Copyright (c) [2014] [Rajesh Vaya <vaya.rajesh@gmail.com>]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.