facf0c92e0
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.
16 lines
741 B
Plaintext
16 lines
741 B
Plaintext
#compdef subl
|
|
|
|
_arguments -s -S : \
|
|
'(-a -n --add --new-window)'{-a,--add}'[add to current window]' \
|
|
'(-b --background)'{-b,--background}"[don't activate application]" \
|
|
'--command[run specified command]:command' \
|
|
'(: -)'{-h,--help}'[display help information]' \
|
|
'(-a -n --add --new-window)'{-n,--new-window}'[open new window]' \
|
|
'--project[load specified project]:project file:_files' \
|
|
'(-s --stay)'{-s,--stay}'[keep application activated]' \
|
|
'--safe-mode[launch using sandboxed (clean) environment]' \
|
|
'--launch-or-new-window[only open new window if application is open]' \
|
|
'(: -)'{-v,--version}'[display version information]' \
|
|
'(-w --wait)'{-w,--wait}'[wait for files to close]' \
|
|
'*:file or directory:_files'
|