oh-my-zsh/plugins/frontend-search/README.md

82 lines
2.3 KiB
Markdown
Raw Normal View History

2014-06-20 02:27:40 +00:00
## Rationale ##
2015-04-26 14:43:45 +00:00
> Searches for your Frontend contents more easier
2014-06-20 02:27:40 +00:00
## Instalation ##
2015-04-26 14:43:45 +00:00
Open your `.zshrc` file and load `frontend-search` plugin
2014-06-20 02:27:40 +00:00
```bash
...
plugins=( <your-plugins-list>... frontend-search)
...
```
2015-04-26 14:43:45 +00:00
2014-06-20 02:27:40 +00:00
## Commands ##
All command searches are accept only in format
* `frontend <search-content> <search-term>`
The search content are
* `jquery <api.jquery.com>`
* `mdn <developer.mozilla.org>`
* `compass <compass-style.org>`
* `html5please <html5please.com>`
* `caniuse <caniuse.com>`
* `aurajs <aurajs.com>`
* `dartlang <api.dartlang.org/apidocs/channels/stable/dartdoc-viewer>`
* `lodash <search>`
* `qunit <api.qunitjs.com>`
* `fontello <fontello.com>`
* `bootsnipp <bootsnipp.com>`
* `cssflow <cssflow.com>`
* `codepen <codepen.io>`
* `unheap <www.unheap.com>`
* `bem <google.com/search?as_q=<search-term>&as_sitesearch=bem.info>`
* `smacss <google.com/search?as_q=<search-term>&as_sitesearch=smacss.com>`
* `angularjs <google.com/search?as_q=<search-term>&as_sitesearch=angularjs.org>`
* `reactjs <google.com/search?as_q=<search-term>&as_sitesearch=facebook.github.io/react>`
* `emberjs <emberjs.com>`
2015-04-18 23:59:13 +00:00
* `stackoverflow <stackoverflow.com>`
2014-06-20 02:27:40 +00:00
## Aliases ##
There are a few aliases presented as well:
* `jquery` A shorthand for `frontend jquery`
* `mdn` A shorthand for `frontend mdn`
* `compass` A shorthand for `frontend compass`
* `html5please` A shorthand for `frontend html5please`
* `caniuse` A shorthand for `frontend caniuse`
* `aurajs` A shorthand for `frontend aurajs`
* `dartlang` A shorthand for `frontend dartlang`
* `lodash` A shorthand for `frontend lodash`
* `qunit` A shorthand for `frontend qunit`
* `fontello` A shorthand for `frontend fontello`
* `bootsnipp` A shorthand for `frontend bootsnipp`
* `cssflow` A shorthand for `frontend cssflow`
* `codepen` A shorthand for `frontend codepen`
* `unheap` A shorthand for `frontend unheap`
* `bem` A shorthand for `frontend bem`
* `smacss` A shorthand for `frontend smacss`
* `angularjs` A shorthand for `frontend angularjs`
* `reactjs` A shorthand for `frontend reactjs`
* `emberjs` A shorthand for `frontend emberjs`
2015-04-18 23:59:13 +00:00
* `stackoverflow` A shorthand for `frontend stackoverflow`
2014-06-20 02:27:40 +00:00
2015-04-26 14:43:45 +00:00
2014-06-20 02:27:40 +00:00
## Author
**Wilson Mendes (willmendesneto)**
2015-04-26 14:43:45 +00:00
+ <https://plus.google.com/+WilsonMendes>
2014-06-20 02:27:40 +00:00
+ <https://twitter.com/willmendesneto>
+ <http://github.com/willmendesneto>
New features comming soon.