README.md 2.52 KB
Newer Older
1
2
## Rationale ##

3
4
> Searches for your Frontend contents more easier

5
6
7
8

## Instalation ##


9
Open your `.zshrc` file and load `frontend-search` plugin
10
11
12
13
14
15
16

```bash
...
plugins=( <your-plugins-list>... frontend-search)
...
```

17

18
19
## Commands ##

20
All command searches are accept only in formats
21
22

* `frontend <search-content> <search-term>`
23
24
25
26
27
28
29
* `<search-content> <search-term>`

For more informations, please run help command (are similars)

* `frontend -h`
* `frontend --help`
* `frontend help`
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51

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>`
Will Mendes's avatar
Will Mendes committed
52
* `stackoverflow <stackoverflow.com>`
53
* `npmjs <npmjs.com>`
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78


## 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`
Will Mendes's avatar
Will Mendes committed
79
* `stackoverflow` A shorthand for `frontend stackoverflow`
80
* `npmjs` A shorthand for `frontend npmjs`
81

82

83
84
85
## Author

**Wilson Mendes (willmendesneto)**
86
+ <https://plus.google.com/+WilsonMendes>
87
88
89
90
+ <https://twitter.com/willmendesneto>
+ <http://github.com/willmendesneto>

New features comming soon.