summaryrefslogtreecommitdiff
path: root/plugins/frontend-search/README.md
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2015-05-01 08:20:14 -0700
committerRobby Russell <robby@planetargon.com>2015-05-01 08:20:14 -0700
commitcabb8f712a92060181a0505d26755aa17b273220 (patch)
tree5cee9d10b4f615216ef9aad5b8cc8ecacb9bd7d3 /plugins/frontend-search/README.md
parentff4663a6b83b8dd205da3968de4bc458abc08b2c (diff)
parent590d3935955dfcda42bdc9edc94b30855c29305e (diff)
downloadzsh-cabb8f712a92060181a0505d26755aa17b273220.tar.gz
zsh-cabb8f712a92060181a0505d26755aa17b273220.tar.bz2
zsh-cabb8f712a92060181a0505d26755aa17b273220.zip
Merge pull request #3814 from willmendesneto/frontend-search-add-autocomplete
Add autocomplete for frontend-search
Diffstat (limited to 'plugins/frontend-search/README.md')
-rw-r--r--plugins/frontend-search/README.md15
1 files changed, 6 insertions, 9 deletions
diff --git a/plugins/frontend-search/README.md b/plugins/frontend-search/README.md
index c1ccc9092..801d450f3 100644
--- a/plugins/frontend-search/README.md
+++ b/plugins/frontend-search/README.md
@@ -1,18 +1,12 @@
## Rationale ##
-The idea for this script is to help searches in important doc contents from frontend.
+> Searches for your Frontend contents more easier
+
## Instalation ##
-I will send a Pull Request with this plugin for .oh-my-zsh official repository. If accept them, it's only add in plugins list that exists in ```.zshrc``` file.
-For now, you can clone this repository and add in ```custom/plugins``` folder
-
-```bash
-$ git clone git://github.com/willmendesneto/frontend-search.git ~/.oh-my-zsh/custom/plugins/frontend-search
-```
-
-After this, restart your terminal and frontend-search plugin is configurated in you CLI.
+Open your `.zshrc` file and load `frontend-search` plugin
```bash
...
@@ -20,6 +14,7 @@ plugins=( <your-plugins-list>... frontend-search)
...
```
+
## Commands ##
All command searches are accept only in format
@@ -75,9 +70,11 @@ There are a few aliases presented as well:
* `emberjs` A shorthand for `frontend emberjs`
* `stackoverflow` A shorthand for `frontend stackoverflow`
+
## Author
**Wilson Mendes (willmendesneto)**
++ <https://plus.google.com/+WilsonMendes>
+ <https://twitter.com/willmendesneto>
+ <http://github.com/willmendesneto>