aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/alsamixer.fish
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2016-06-10 18:47:55 +0200
committerGravatar GitHub <noreply@github.com>2016-06-10 18:47:55 +0200
commit5d20750aaa7bda68be0e0669083b59cbd737d6ee (patch)
treef88e6c1531177c05c91bdb269254f437ae5adb32 /share/completions/alsamixer.fish
parentc4e322d3ad04fbaa9d33bfbb086a7d387011da5e (diff)
parent4d49c902ac3ad01a7a93cdcb0876ca1dd4cb00fc (diff)
Merge pull request #3123 from moverest/completion
Extend autocompletion support
Diffstat (limited to 'share/completions/alsamixer.fish')
-rw-r--r--share/completions/alsamixer.fish6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/completions/alsamixer.fish b/share/completions/alsamixer.fish
new file mode 100644
index 00000000..8a0c6380
--- /dev/null
+++ b/share/completions/alsamixer.fish
@@ -0,0 +1,6 @@
+complete -c alsamixer -s h -l help -d "Show help"
+complete -x -c alsamixer -s c -l card -d "Soundcard number or id to use"
+complete -x -c alsamixer -s D -l device -d "Mixer device to control"
+complete -x -c alsamixer -s V -l view -d "Starting view mode" -a "playback capture all"
+complete -c alsamixer -s g -l no-color -d "Toggle the using of colors"
+complete -x -c alsamixer -s a -l abstraction -d "Mixer abstraction level" -a "none basic"