mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
22159: completion for tpb.
This commit is contained in:
parent
3d7de1c84c
commit
e066375d01
2 changed files with 22 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2006-01-12 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 22159: Completion/Linux/Command/_tpb: completion for tpb.
|
||||
|
||||
* 22153: Completion/Linux/Command/_tpconfig: completion
|
||||
for tpconfig.
|
||||
|
||||
|
|
20
Completion/Linux/Command/_tpb
Normal file
20
Completion/Linux/Command/_tpb
Normal file
|
@ -0,0 +1,20 @@
|
|||
#compdef tpb
|
||||
|
||||
_arguments \
|
||||
'(-h --help)'{-h,--help}'[help]' \
|
||||
'(-d --daemon)'{-d,--daemon}'[start up as daemon]' \
|
||||
'(-c --config)'{-c,--config=}':config file:_files' \
|
||||
'(-A --apm)'{-A,--apm=}':state:(on off)' \
|
||||
'(-P --powermgt)'{-P,--powermgt=}':state:(on off)' \
|
||||
'(-x --xevents)'{-x,--xevents=}':state:(on off)' \
|
||||
'(-m --mixer)'{-m,--mixer=}':state:(on off)' \
|
||||
'(-o --osd)'{-o,--osd=}':state:(on off)' \
|
||||
'(-p --poll)'{-p,--poll=}':delay in microseconds:' \
|
||||
'(-t --thinkpad)'{-t,--thinkpad=}':command to execute:_command_names' \
|
||||
'(-H --home)'{-H,--home=}':command to execute:_command_names' \
|
||||
'(-S --search)'{-S,--search=}':command to execute:_command_names' \
|
||||
'(-M --mail)'{-M,--mail=}':command to execute:_command_names' \
|
||||
'(-W --wireless)'{-W,--wireless=}':command to execute:_command_names' \
|
||||
'(-C --callback)'{-C,--callback=}':command to execute:_command_names' \
|
||||
'(-v --verbose)'{-v,--verbose=}'[print information about pressed keys]'
|
||||
|
Loading…
Reference in a new issue