aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2016-01-09 18:56:49 +0100
committerGravatar Fabian Homborg <FHomborg@gmail.com>2016-01-09 18:58:03 +0100
commitc56df11128c8cb965874ba5af3b684e86b69c340 (patch)
treee8ce76386bdcd42190e15b2af9e4c9005248cf31
parent6027eae1a19a7008cf7eaae880c983c4afbbab94 (diff)
Add completions for kcmshell5
A tool to open KDE Plasma settings menus.
-rw-r--r--share/completions/kcmshell5.fish11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/completions/kcmshell5.fish b/share/completions/kcmshell5.fish
new file mode 100644
index 00000000..78f6a7d8
--- /dev/null
+++ b/share/completions/kcmshell5.fish
@@ -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)"