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

36 lines
1.7 KiB
Plaintext

#compdef xpdf zxpdf
_xt_arguments \
'-g[initial window geometry]:geometry:_x_geometry' \
'-cmap[install a private colormap]' \
'-rgb[biggest RGB cube to allocate]:int:' \
'-mattecolor[color of background outside page area]:color:' \
'-papercolor[color of paper background]:color:' \
'-z[initial zoom level]:zoom level:' \
'-t1lib[enable t1lib font rasterizer]:bool:(yes no)' \
'-freetype[enable FreeType font rasterizer]:bool:(yes no)' \
'-aa[enable font anti-aliasing]:bool:(yes no)' \
'-aaVector[enable vector anti-aliasing]:bool:(yes no)' \
'-cont[start in continuous view mode]' \
'-exec[execute command on xpdf remote server]:command:' \
'-ps[default PostScript file name or command]:file or command:_files' \
'-paper[paper size]:paper size:(letter legal A4 A3 match)' \
'-paperw[paper width]:points:' \
'-paperh[paper height]:points:' \
'-level1i[generate Level 1 PostScript]' \
'-enc[output text encoding name]:name:' \
'-eol[output end-of-line convention]:convention:(unix dos mac)' \
'-opw[owner password]:password:' \
'-upw[user password]:password:' \
'-fullscreen[run in full-screen (presentation) mode]' \
'-remote[start/contact xpdf remote server with specified name]:server:_hosts' \
'-reload[reload xpdf remove server window (with -remote only)]' \
'-raise[raise xpdf remote server window (with -remote only)]' \
'-quit[kill xpdf remote server (with -remote only)]' \
'-cmd[print commands as they are executed]' \
'-q[do not print any messages or errors]' \
'-cfg[configuration file to use in place of .xpdfrc]:file:_files' \
'-v[print copyright and version info]' \
'(-h -help --help -?)'{-h,-help,--help,-\?}'[print usage information]' \
':PDF: _pdf '"${${service/xpdf/}:+-z}"