Files
RedBear-OS/recipes/shells/zsh/source/Completion/Linux/Command/_mat
T
vasilito ff4ff35918 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

20 lines
1.0 KiB
Plaintext

#compdef mat
# Completion for mat 0.6.1 (https://tails.boum.org/blueprint/doc/mat)
local curcontext="$curcontext" state line
typeset -A opt_args
_arguments \
'(- *)'{-h,--help}'[show help message and exit]' \
'(-a --add2archive)'{-a,--add2archive}'[add to output archive non-supported filetypes]' \
'(-b --backup)'{-b,--backup}'[keep a backup copy]' \
'(-L --low-pdf-quality)'{-L,--low-pdf-quality}'[produces a lighter, but lower quality PDF]' \
'(-c --check -b --backup)'{-c,--check}'[check if a file is free of harmful metadatas]' \
'(-d --display -b --backup)'{-d,--display}'[list all the harmful metadata of a file without removing them]' \
'(- *)'{-l,--list}'[list all supported fileformats]' \
'(- *)'{-v,--version}"[show program's version number and exit]" \
'*:file:_files -g "*.(tif|tiff|png|jpeg|jpg|jpe|odt|fodt|odx|odp|fodp|ods|fods|odg|fodg|docx|docm|pptx|pptm|xlsx|xlsm|pdf|tar|tar.bz2|tar.gz|zip|mp3|mp2|mp1|mpa|ogg|oga|flac|torrent)"'
# they are all that are in --list
# might not be all the supported files