mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
parent
51141b9a2f
commit
4a85091ed7
2 changed files with 9 additions and 0 deletions
|
@ -118,6 +118,7 @@ Completions
|
|||
- ``toot``
|
||||
- ``eg``
|
||||
- ``kb``
|
||||
- ``okular``
|
||||
|
||||
- Improvements to some completions.
|
||||
|
||||
|
|
8
share/completions/okular.fish
Normal file
8
share/completions/okular.fish
Normal 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'
|
Loading…
Reference in a new issue