diff options
author | Will Mendes <willmendesneto@gmail.com> | 2015-04-26 11:43:45 -0300 |
---|---|---|
committer | Will Mendes <willmendesneto@gmail.com> | 2015-04-26 11:43:45 -0300 |
commit | 590d3935955dfcda42bdc9edc94b30855c29305e (patch) | |
tree | 5cee9d10b4f615216ef9aad5b8cc8ecacb9bd7d3 /plugins/frontend-search/README.md | |
parent | ff4663a6b83b8dd205da3968de4bc458abc08b2c (diff) | |
download | zsh-590d3935955dfcda42bdc9edc94b30855c29305e.tar.gz zsh-590d3935955dfcda42bdc9edc94b30855c29305e.tar.bz2 zsh-590d3935955dfcda42bdc9edc94b30855c29305e.zip |
Add autocomplete for frontend-search
Diffstat (limited to 'plugins/frontend-search/README.md')
-rw-r--r-- | plugins/frontend-search/README.md | 15 |
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> |