ohmyzsh/plugins/frontend-search
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Marc Cornellà d1d06b5675 Use standard open command in current plugins
Substitutes the current duplicate logic for the standard
and cross-platform function open_command in plugins:

  frontend-search, jira, node, web-search
2015-08-05 00:57:40 +02:00
..
_frontend-search.sh Add autocomplete for frontend-search 2015-04-26 11:43:45 -03:00
frontend-search.plugin.zsh Use standard open command in current plugins 2015-08-05 00:57:40 +02:00
README.md Add autocomplete for frontend-search 2015-04-26 11:43:45 -03: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:

  • 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
  • stackoverflow A shorthand for frontend stackoverflow

Author

Wilson Mendes (willmendesneto)

New features comming soon.