mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	Rationale
Searches for your Frontend contents more easier
Instalation
Open your .zshrc file and load frontend-search plugin
...
plugins=( <your-plugins-list>... frontend-search)
...
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>
- stackoverflow <stackoverflow.com>
Aliases
There are a few aliases presented as well:
- jqueryA shorthand for- frontend jquery
- mdnA shorthand for- frontend mdn
- compassA shorthand for- frontend compass
- html5pleaseA shorthand for- frontend html5please
- caniuseA shorthand for- frontend caniuse
- aurajsA shorthand for- frontend aurajs
- dartlangA shorthand for- frontend dartlang
- lodashA shorthand for- frontend lodash
- qunitA shorthand for- frontend qunit
- fontelloA shorthand for- frontend fontello
- bootsnippA shorthand for- frontend bootsnipp
- cssflowA shorthand for- frontend cssflow
- codepenA shorthand for- frontend codepen
- unheapA shorthand for- frontend unheap
- bemA shorthand for- frontend bem
- smacssA shorthand for- frontend smacss
- angularjsA shorthand for- frontend angularjs
- reactjsA shorthand for- frontend reactjs
- emberjsA shorthand for- frontend emberjs
- stackoverflowA shorthand for- frontend stackoverflow
Author
Wilson Mendes (willmendesneto)
- https://plus.google.com/+WilsonMendes
- https://twitter.com/willmendesneto
- http://github.com/willmendesneto
New features comming soon.