From efbbb92494dff7550c54a25d50e8f42f72cd3fb4 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Tue, 21 May 2013 16:04:28 -0700 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Plugins.md b/Plugins.md index 2c2a32e..7662b31 100644 --- a/Plugins.md +++ b/Plugins.md @@ -747,6 +747,20 @@ Adds command line utilities for URL manipulation. * virtualenvwrapper - Loads Python's [virtualenvwrapper](http://www.doughellmann.com/projects/virtualenvwrapper/) shell tools, and automatically activates virtualenv on cd into git repository with matching name. +## web-search +**Maintainer:** [xuhdev](https://github.com/xuhdev) + +Adds several commands to do web search. Available commands are: + +- `bing` +- `google` +- `yahoo` + +Examples: + +- Search for oh-my-zsh on Google: `google oh-my-zsh` +- Search for "What is GitHub" on Bing: `bing what is github` + ## yum **Maintainer:** [robbyrussell][robbyrussell]