This is EasySearch, a plugin for the Keypirinha launcher.
This plugin provides a easiest and flexible way to search the internet, just like WebSearch package but even simpler.
EasySearch demo |
There are two ways to install:
-
Using PackageControl:
- Invoke Keypirinha and type
install package
. - Click enter.
- Now search for package
Keypirinha-EasySearch
. - Again press enter.
- Invoke Keypirinha and type
-
Manual:
Download the latest plugin file from here.
Once the
EasySearch.keypirinha-package
file is downloaded, move it to theInstalledPackage
folder located at:Keypirinha\portable\Profile\InstalledPackages
in Portable mode- Or
%APPDATA%\Keypirinha\InstalledPackages
in Installed mode (the final path would look likeC:\Users\%USERNAME%\AppData\Roaming\Keypirinha\InstalledPackages
)
NOTE: You may have to manually restart Keypirinha to see the package activated.
- Open the EasySearch config file.
EasySearch configuration menu |
- Add the desired web search URLs.
-
The syntax for the URL entry should be:
[distinct keyword] = [Search Engine name] [Search Engine URL with %s as a search term] e.g. g = Google https://www.google.com/search?q={q} php = PHP.net http://php.net/manual-lookup.php?pattern={q} gh = Github https://github.com/search?utf8=✓&q={q}
-
All the fields in the above syntax are REQUIRED.
EasySearch configuration files |
Invoke Keypirinha and put the search engine keyword and the search term.
-
The syntax for the usage should be:
[keyword] [Search term (can contain spaces)] e.g. g keypirinha launcher -> searches 'keypirinha launcher' on google gh bantya/Keypirinha-EasySearch -> searches 'bantya/Keypirinha-EasySearch' on github
EasySearch usage |
If the URL protocol is just http
, then along with it an https
URL is also generated.
EasySearch https URL suggestion |
Starting from v2.0.0
, following actions are available for any generated URL.
EasySearch actions |
- Copy link: Copy the URL to the clipboard.
- Open: Open the URL in the browser.
- Private mode: Open the URL in new browser window.
- New windows: Open the URL in the private mode.
Please check the CHANGELOG file.
This package is distributed under the terms of the MIT license.
Waiting for the first name.
This is how to contribute:
- Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
- Fork this repository on GitHub to start making your changes to the dev branch.
- Send a pull request.
- Add yourself to the Contributors section below (or create it if needed)!
Thanks to all.