Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
480ad804
Commit
480ad804
authored
Feb 21, 2016
by
Will Mendes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bug in compass docs search
parent
0d0042aa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
README.md
plugins/frontend-search/README.md
+1
-1
_frontend-search.sh
plugins/frontend-search/_frontend-search.sh
+2
-2
frontend-search.plugin.zsh
plugins/frontend-search/frontend-search.plugin.zsh
+4
-4
No files found.
plugins/frontend-search/README.md
View file @
480ad804
...
@@ -38,7 +38,7 @@ Available search contexts are:
...
@@ -38,7 +38,7 @@ Available search contexts are:
| bootsnipp |
`http://bootsnipp.com/search?q=`
|
| bootsnipp |
`http://bootsnipp.com/search?q=`
|
| caniuse |
`http://caniuse.com/#search=`
|
| caniuse |
`http://caniuse.com/#search=`
|
| codepen |
`http://codepen.io/search?q=`
|
| codepen |
`http://codepen.io/search?q=`
|
| compass
|
`http://compass-style.org/search?q=`
|
| compass
doc
|
`http://compass-style.org/search?q=`
|
| cssflow |
`http://www.cssflow.com/search?q=`
|
| cssflow |
`http://www.cssflow.com/search?q=`
|
| dartlang |
`https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:`
|
| dartlang |
`https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:`
|
| emberjs |
`http://emberjs.com/api/#stp=1&stq=`
|
| emberjs |
`http://emberjs.com/api/#stp=1&stq=`
|
...
...
plugins/frontend-search/_frontend-search.sh
View file @
480ad804
...
@@ -19,7 +19,7 @@ function _frontend() {
...
@@ -19,7 +19,7 @@ function _frontend() {
commands
=(
commands
=(
'jquery: Search in jQuery website'
'jquery: Search in jQuery website'
'mdn: Search in MDN website'
'mdn: Search in MDN website'
'compass: Search in COMPASS website'
'compass
doc
: Search in COMPASS website'
'html5please: Search in HTML5 Please website'
'html5please: Search in HTML5 Please website'
'caniuse: Search in Can I Use website'
'caniuse: Search in Can I Use website'
'aurajs: Search in AuraJs website'
'aurajs: Search in AuraJs website'
...
@@ -57,7 +57,7 @@ function _frontend() {
...
@@ -57,7 +57,7 @@ function _frontend() {
mdn
)
mdn
)
_describe
-t
points
"Warp points"
frontend_points
&&
ret
=
0
_describe
-t
points
"Warp points"
frontend_points
&&
ret
=
0
;;
;;
compass
)
compass
doc
)
_describe
-t
points
"Warp points"
frontend_points
&&
ret
=
0
_describe
-t
points
"Warp points"
frontend_points
&&
ret
=
0
;;
;;
html5please
)
html5please
)
...
...
plugins/frontend-search/frontend-search.plugin.zsh
View file @
480ad804
...
@@ -4,7 +4,7 @@ alias bem='frontend bem'
...
@@ -4,7 +4,7 @@ alias bem='frontend bem'
alias
bootsnipp
=
'frontend bootsnipp'
alias
bootsnipp
=
'frontend bootsnipp'
alias
caniuse
=
'frontend caniuse'
alias
caniuse
=
'frontend caniuse'
alias
codepen
=
'frontend codepen'
alias
codepen
=
'frontend codepen'
alias
compass
=
'frontend compass
'
alias
compass
doc
=
'frontend compassdoc
'
alias
cssflow
=
'frontend cssflow'
alias
cssflow
=
'frontend cssflow'
alias
dartlang
=
'frontend dartlang'
alias
dartlang
=
'frontend dartlang'
alias
emberjs
=
'frontend emberjs'
alias
emberjs
=
'frontend emberjs'
...
@@ -32,7 +32,7 @@ function frontend() {
...
@@ -32,7 +32,7 @@ function frontend() {
bootsnipp
'http://bootsnipp.com/search?q='
bootsnipp
'http://bootsnipp.com/search?q='
caniuse
'http://caniuse.com/#search='
caniuse
'http://caniuse.com/#search='
codepen
'http://codepen.io/search?q='
codepen
'http://codepen.io/search?q='
compass
'http://compass-style.org/search?q='
compass
doc
'http://compass-style.org/search?q='
cssflow
'http://www.cssflow.com/search?q='
cssflow
'http://www.cssflow.com/search?q='
dartlang
'https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:'
dartlang
'https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart:'
emberjs
'http://emberjs.com/api/#stp=1&stq='
emberjs
'http://emberjs.com/api/#stp=1&stq='
...
@@ -57,7 +57,7 @@ function frontend() {
...
@@ -57,7 +57,7 @@ function frontend() {
print
-P
"%Uterm%u and what follows is what will be searched for in the %Ucontext%u website,"
print
-P
"%Uterm%u and what follows is what will be searched for in the %Ucontext%u website,"
print
-P
"and %Ucontext%u is one of the following:"
print
-P
"and %Ucontext%u is one of the following:"
print
-P
""
print
-P
""
print
-P
" angularjs, aurajs, bem, bootsnipp, caniuse, codepen, compass, cssflow,"
print
-P
" angularjs, aurajs, bem, bootsnipp, caniuse, codepen, compass
doc
, cssflow,"
print
-P
" dartlang, emberjs, fontello, html5please, jquery, lodash, mdn, npmjs,"
print
-P
" dartlang, emberjs, fontello, html5please, jquery, lodash, mdn, npmjs,"
print
-P
" qunit, reactjs, smacss, stackoverflow, unheap"
print
-P
" qunit, reactjs, smacss, stackoverflow, unheap"
print
-P
""
print
-P
""
...
@@ -73,7 +73,7 @@ function frontend() {
...
@@ -73,7 +73,7 @@ function frontend() {
echo
""
echo
""
echo
"Valid contexts are:"
echo
"Valid contexts are:"
echo
""
echo
""
echo
" angularjs, aurajs, bem, bootsnipp, caniuse, codepen, compass, cssflow, "
echo
" angularjs, aurajs, bem, bootsnipp, caniuse, codepen, compass
doc
, cssflow, "
echo
" dartlang, emberjs, fontello, html5please, jquery, lodash, mdn, npmjs, "
echo
" dartlang, emberjs, fontello, html5please, jquery, lodash, mdn, npmjs, "
echo
" qunit, reactjs, smacss, stackoverflow, unheap"
echo
" qunit, reactjs, smacss, stackoverflow, unheap"
echo
""
echo
""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment