ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Online​Search

by Rajesh Vaya ALL

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 836
  • Win 557
  • Mac 184
  • Linux 95
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 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6
Windows 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 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 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 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 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 or php: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)
  • Custom

    • The above default configurations can be changed or new configs can be added in Preferences -> Package Settings -> Extended Tab Switcher -> Settings - User

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.