mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:18:50 +08:00
parent
4a85091ed7
commit
a065dd7764
|
@ -119,6 +119,7 @@ Completions
|
|||
- ``eg``
|
||||
- ``kb``
|
||||
- ``okular``
|
||||
- ``dolphin``
|
||||
|
||||
- Improvements to some completions.
|
||||
|
||||
|
|
7
share/completions/dolphin.fish
Normal file
7
share/completions/dolphin.fish
Normal file
|
@ -0,0 +1,7 @@
|
|||
complete -c dolphin -l help -d 'Show help and exit'
|
||||
complete -c dolphin -s v -l version -d 'Show version and exit'
|
||||
complete -c dolphin -l help-qt -d 'Show Qt specific options and exit'
|
||||
complete -c dolphin -l help-kde -d 'Show KDE specific options and exit'
|
||||
complete -c dolphin -l help-all -d 'Show all options and exit'
|
||||
complete -c dolphin -l author -d 'Show author information and exit'
|
||||
complete -c dolphin -l license -d 'Show license information and exit'
|
Loading…
Reference in New Issue
Block a user