Add completion for okular (#9358)

Closes #9358
This commit is contained in:
EmilySeville7cfg 2022-11-19 21:12:43 +10:00 committed by Johannes Altmanninger
parent 51141b9a2f
commit 4a85091ed7
2 changed files with 9 additions and 0 deletions

View file

@ -118,6 +118,7 @@ Completions
- ``toot``
- ``eg``
- ``kb``
- ``okular``
- Improvements to some completions.

View file

@ -0,0 +1,8 @@
complete -c okular -s p -l page -d 'A page number'
complete -c okular -l presentation -d 'Enable presentation mode'
complete -c okular -l print -d 'Show print dialog'
complete -c okular -l print-and-exit -d 'Show print dialog and exit'
complete -c okular -l unique -d 'Enable unique instance control'
complete -c okular -l noraise -d 'Disable window raising'
complete -c okular -l find -d 'A string to find'
complete -c okular -l editor-cmd -d 'An external editor command'