Sorin Ionescu
12 years ago
3 changed files with 2 additions and 28 deletions
@ -1,8 +1,8 @@ |
|||||||
#compdef manb manp |
#compdef manp |
||||||
#autoload |
#autoload |
||||||
|
|
||||||
# |
# |
||||||
# Completes manb and manp. |
# Completes manp. |
||||||
# |
# |
||||||
# Authors: |
# Authors: |
||||||
# Sorin Ionescu <sorin.ionescu@gmail.com> |
# Sorin Ionescu <sorin.ionescu@gmail.com> |
@ -1,24 +0,0 @@ |
|||||||
# |
|
||||||
# Opens man pages in Bwana.app. |
|
||||||
# |
|
||||||
# Authors: |
|
||||||
# Sorin Ionescu <sorin.ionescu@gmail.com> |
|
||||||
# |
|
||||||
|
|
||||||
function manb { |
|
||||||
local page |
|
||||||
if (( $# > 0 )); then |
|
||||||
for page in "$@"; do |
|
||||||
open "man://$page" 2>/dev/null |
|
||||||
if (( $? != 0 )); then |
|
||||||
print "$0: Bwana is not installed" >&2 |
|
||||||
break |
|
||||||
fi |
|
||||||
done |
|
||||||
else |
|
||||||
print 'What manual page do you want?' >&2 |
|
||||||
fi |
|
||||||
} |
|
||||||
|
|
||||||
manb "$@" |
|
||||||
|
|
Loading…
Reference in new issue