1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

github #123: Make okular's completion support *.epub files.

This commit is contained in:
Shlomi Fish 2024-10-14 10:06:55 +03:00 committed by Oliver Kiddle
parent d7866eff3b
commit 9269deb528
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2024-11-23 Oliver Kiddle <opk@zsh.org>
* github #123: Shlomi Fish: Completion/X/Command/_okular:
Make okular's completion support *.epub files.
* github #124: Ryan Rotter: Completion/Debian/Command/_dpkg:
remove defunct --largemem, --smallmem options

View file

@ -1,7 +1,7 @@
#compdef okular
local extns
extns="(pdf|ps|eps|dvi)(|.gz|.bz2)|djvu|tif|tiff|chm|cbr|cbz"
extns="(pdf|ps|eps|dvi)(|.gz|.bz2)|djvu|tif|tiff|chm|cbr|cbz|epub"
_arguments \
'(-p --page)'{-p,--page}'[page of the document to be shown]:page: ' \