Blame view

plugins/frontend-search/README.md 2.31 KB
093a6c34b   mj   Squashed 'repos/r...
1
  ## Rationale ##
3de415e65   mj   Squashed 'repos/r...
2
  > Searches for your Frontend contents more easier
093a6c34b   mj   Squashed 'repos/r...
3
4
  
  ## Instalation ##
093a6c34b   mj   Squashed 'repos/r...
5

3de415e65   mj   Squashed 'repos/r...
6
  Open your `.zshrc` file and load `frontend-search` plugin
093a6c34b   mj   Squashed 'repos/r...
7
8
9
10
11
12
  
  ```bash
  ...
  plugins=( <your-plugins-list>... frontend-search)
  ...
  ```
3de415e65   mj   Squashed 'repos/r...
13

093a6c34b   mj   Squashed 'repos/r...
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
  ## 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>`
3de415e65   mj   Squashed 'repos/r...
41
  * `stackoverflow <stackoverflow.com>`
093a6c34b   mj   Squashed 'repos/r...
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
  
  
  ## 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`
3de415e65   mj   Squashed 'repos/r...
67
  * `stackoverflow` A shorthand for `frontend stackoverflow`
093a6c34b   mj   Squashed 'repos/r...
68
69
70
71
  
  ## Author
  
  **Wilson Mendes (willmendesneto)**
3de415e65   mj   Squashed 'repos/r...
72
  + <https://plus.google.com/+WilsonMendes>
093a6c34b   mj   Squashed 'repos/r...
73
74
75
76
  + <https://twitter.com/willmendesneto>
  + <http://github.com/willmendesneto>
  
  New features comming soon.