Home

Awesome

web-search plugin

:warning: this repository was transferred to another owner: sineto/web-search.

This plugin allow aliases for searching from terminal with some popular web search engines.

## Installation

git clone https://github.com/sinetoami/web-search.git "$ZSH_CUSTOM/plugins/web-search"

And add the plugin to your .zshrc:

plugins=(... web-search)

Usage

web-search plugin give to you alias for web_search command. You can use this for example:

# using web_search command
$ web_search google zsh

# using alias
$ google zsh

The results are the same for both ways.

Search engines supported

aliasengine
ddghttps://www.duckduckgo.com/?q=
googlehttps://www.google.com/search?q=
yahoohttps://search.yahoo.com/search?p=
githubhttps://github.com/search?q=
youtubehttps://youtube.com/results?search_query=
binghttps://www.bing.com/search?q=

Plus+ DuckDuckGo

aliasdescription
wikiopen result with Wikipedia
newsopen result with DuckDuckGo News
mapopen result with Google Maps
imagesopen result with DuckDuckGo Images
duckyopen the first result

Special thanks

License

MIT License