ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
21 lines
973 B
Plaintext
21 lines
973 B
Plaintext
#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 (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]'
|
|
|