aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Clément Martinez <clementmartinezdev@gmail.com>2016-06-07 16:50:28 +0200
committerGravatar Clément Martinez <clementmartinezdev@gmail.com>2016-06-07 16:50:28 +0200
commit3a6e239437ff34d84ac7b0d4833d52b364cfda69 (patch)
treed9722e3cbf942b6dd921b2c8ec617d986a4911a7
parent7ef40f4e53827e9e2c429230f5fadbd093cd6402 (diff)
Add alsamixer autocomplete
-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"