aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/yast2.fish
diff options
context:
space:
mode:
authorGravatar Roman Inflianskas <infroma@gmail.com>2014-10-04 00:41:10 +0400
committerGravatar Roman Inflianskas <infroma@gmail.com>2014-10-04 00:41:10 +0400
commitfabee7e246f9346924d207a945fc754bcc99e62e (patch)
tree1c9de08d4fc74846dbc458cf8b458fc2be763b42 /share/completions/yast2.fish
parent0ffa43492684495d199179d5fc5793855c3813ac (diff)
add yast2 completion
Diffstat (limited to 'share/completions/yast2.fish')
-rw-r--r--share/completions/yast2.fish11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/completions/yast2.fish b/share/completions/yast2.fish
new file mode 100644
index 00000000..ba22a6da
--- /dev/null
+++ b/share/completions/yast2.fish
@@ -0,0 +1,11 @@
+complete -f -c yast2 -a '(yast2 -l)' -d 'Module'
+
+complete -f -c yast2 -s h -l help -d 'Show help'
+complete -f -c yast2 -s l -l list -d 'List all available modules'
+complete -f -c yast2 -l qt -d 'Use the QT graphical user interface'
+complete -f -c yast2 -l gtk -d 'Use the GTK graphical user interface'
+complete -f -c yast2 -l ncurses -d 'Use the NCURSES text-mode user interface'
+complete -f -c yast2 -s g -l geometry -d 'Default window size (qt only)'
+complete -f -c yast2 -l noborder -d 'No window manager border for main window'
+complete -f -c yast2 -l fullscreen -d 'Use full screen'
+