2020-12-13 07:27:21 +00:00
|
|
|
complete -c mupdf -k -x -a "(__fish_complete_suffix .pdf)"
|
2011-09-23 08:24:21 +00:00
|
|
|
|
2020-03-09 18:36:12 +00:00
|
|
|
complete -c mupdf -s p -d Description
|
|
|
|
complete -c mupdf -s r -d Resolution
|
2020-02-23 03:39:48 +00:00
|
|
|
complete -c mupdf -x -s A -a "(seq 0 8)" -d "Set anti-aliasing quality in bits"
|
|
|
|
complete -c mupdf -x -s C -d "Tint color in RRGGBB"
|
|
|
|
complete -c mupdf -s I -d "Invert colors"
|
|
|
|
complete -c mupdf -x -s W -d "Page width for EPUB layout"
|
|
|
|
complete -c mupdf -x -s H -d "Page height for EPUB layout"
|
|
|
|
complete -c mupdf -x -s S -d "Font size for EPUB layout"
|
|
|
|
complete -c mupdf -r -s U -d "User style sheet for EPUB layout"
|
|
|
|
complete -c mupdf -s X -d "Disable document styles for EPUB layout"
|