mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
Add completions for kcmshell5
A tool to open KDE Plasma settings menus.
This commit is contained in:
parent
6027eae1a1
commit
c56df11128
1 changed files with 11 additions and 0 deletions
11
share/completions/kcmshell5.fish
Normal file
11
share/completions/kcmshell5.fish
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
complete -c kcmshell5 -f -l list -d "List available modules"
|
||||||
|
complete -c kcmshell5 -f -l author -d "Show author information"
|
||||||
|
complete -c kcmshell5 -f -l license -d "Show license information"
|
||||||
|
complete -c kcmshell5 -f -l lang -d "Set a language"
|
||||||
|
complete -c kcmshell5 -f -l silent -d "Don't show main window"
|
||||||
|
complete -c kcmshell5 -f -l args -d "Arguments to the module"
|
||||||
|
complete -c kcmshell5 -f -l icon -d "Icon for the module"
|
||||||
|
complete -c kcmshell5 -f -l caption -d "Title for the window"
|
||||||
|
complete -c kcmshell5 -f -l version -s v -d "Show version information and exit"
|
||||||
|
complete -c kcmshell5 -f -l help -s h -d "Show help information and exit"
|
||||||
|
complete -c kcmshell5 -f -a "(kcmshell5 --list | tail -n +2 | string replace -r -- ' +-' \t)"
|
Loading…
Reference in a new issue