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

  • 1.2.0
  • github.​com
  • github.​com
  • 10 years ago
  • 28 minutes ago
  • 11 years ago

Installs

  • Total 860
  • Win 569
  • Mac 193
  • Linux 98
Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2
Windows 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
Mac 0 0 0 0 0 0 0 0 0 0 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 0 0
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 1 0 1 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.