mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Add alsamixer autocomplete
This commit is contained in:
parent
7ef40f4e53
commit
3a6e239437
1 changed files with 6 additions and 0 deletions
6
share/completions/alsamixer.fish
Normal file
6
share/completions/alsamixer.fish
Normal file
|
@ -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"
|
Loading…
Reference in a new issue