diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 005136bd2..34c68248f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -119,6 +119,7 @@ Completions - ``eg`` - ``kb`` - ``okular`` + - ``dolphin`` - Improvements to some completions. diff --git a/share/completions/dolphin.fish b/share/completions/dolphin.fish new file mode 100644 index 000000000..01ffd8eae --- /dev/null +++ b/share/completions/dolphin.fish @@ -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'