Files
vasilito facf0c92e0 feat: track all source trees in git — full fork offline-first model
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.
2026-05-14 10:55:53 +01:00

21 lines
1.0 KiB
Plaintext

#compdef pmap
# based on procps-ng-3.3.15
_arguments -s \
'(exit -A --range)'{-A+,--range}'[limit results to the specified address range]:low,high: ' \
'(exit -q --quiet)'{-q,--quiet}'[do not display some header or footer lines]' \
'(exit -p --show-path)'{-p,--show-path}'[show full path to files in the mapping column]' \
'(exit)*: :_pids' \
+ '(format)' \
'(exit)'{-d,--device}'[show the device format]' \
'(exit)'{-x,--extended}'[show the extended format]' \
'(exit)-X[show even more details than -x option]' \
'(exit)-XX[show everything the kernel provides]' \
'(exit)'{-c,--read-rc}'[read the default configuration]' \
'(exit)'{-C+,--read-rc-from=}'[read the configuration from the specified file]: :_files' \
+ '(exit)' \
'(- *)'{-n,--create-rc}'[create new default configuration and exit]' \
'(- *)'{-N+,--create-rc-to=}'[create new configuration to the specified file and exit]: :_files' \
'(- *)'{-h,--help}'[display help text and exit]' \
'(- *)'{-V,--version}'[display version information and exit]'