mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 09:58:47 -07:00
Add small polishing touches
This commit is contained in:
parent
b3498d110e
commit
63b8d652f2
@ -1,3 +1,4 @@
|
|||||||
|
alias angular='frontend angular'
|
||||||
alias angularjs='frontend angularjs'
|
alias angularjs='frontend angularjs'
|
||||||
alias aurajs='frontend aurajs'
|
alias aurajs='frontend aurajs'
|
||||||
alias bem='frontend bem'
|
alias bem='frontend bem'
|
||||||
@ -58,9 +59,9 @@ 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 " angular (>= 2.0), angularjs (1.x), aurajs, bem, bootsnipp, caniuse, codepen, compassdoc, cssflow,"
|
print -P " angular (>= 2.0), angularjs (1.x), aurajs, bem, bootsnipp, caniuse, codepen,"
|
||||||
print -P " dartlang, emberjs, fontello, html5please, jquery, lodash, mdn, npmjs,"
|
print -P " compassdoc, cssflow, dartlang, emberjs, fontello, html5please, jquery,"
|
||||||
print -P " qunit, reactjs, smacss, stackoverflow, unheap"
|
print -P " lodash, mdn, npmjs, qunit, reactjs, smacss, stackoverflow, unheap"
|
||||||
print -P ""
|
print -P ""
|
||||||
print -P "For example: frontend npmjs mocha (or just: npmjs mocha)."
|
print -P "For example: frontend npmjs mocha (or just: npmjs mocha)."
|
||||||
print -P ""
|
print -P ""
|
||||||
@ -74,15 +75,15 @@ function frontend() {
|
|||||||
echo ""
|
echo ""
|
||||||
echo "Valid contexts are:"
|
echo "Valid contexts are:"
|
||||||
echo ""
|
echo ""
|
||||||
echo " angular (>= 2.0), angularjs (1.x), aurajs, bem, bootsnipp, caniuse, codepen, compassdoc, cssflow, "
|
echo " angular (>= 2.0), angularjs (1.x), aurajs, bem, bootsnipp, caniuse, codepen,"
|
||||||
echo " dartlang, emberjs, fontello, html5please, jquery, lodash, mdn, npmjs, "
|
echo " compassdoc, cssflow, dartlang, emberjs, fontello, html5please, jquery,"
|
||||||
echo " qunit, reactjs, smacss, stackoverflow, unheap"
|
echo " lodash, mdn, npmjs, qunit, reactjs, smacss, stackoverflow, unheap"
|
||||||
echo ""
|
echo ""
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# build search url:
|
# build search url:
|
||||||
# join arguments passed with '+', then append to search context URL
|
# join arguments passed with '%20', then append to search context URL
|
||||||
# TODO substitute for proper urlencode method
|
# TODO substitute for proper urlencode method
|
||||||
url="${urls[$1]}${(j:%20:)@[2,-1]}"
|
url="${urls[$1]}${(j:%20:)@[2,-1]}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user