build: Add bash completion

This patch adds bash completion for pulseaudio and all of the utilities.
Channel maps and properties are not yet completed.

This should make mostly pactl/pacmd more useful for bash users.

Thanks to Denis Kasak for the awk magic (fetching ports and profiles
from the card info).
This commit is contained in:
poljar (Damir Jelić) 2013-01-30 19:11:43 +01:00 committed by Tanu Kaskinen
parent 4ee84730bc
commit dfa7a6fff1
2 changed files with 562 additions and 0 deletions

View file

@ -34,6 +34,7 @@ EXTRA_DIST = \
vala/libpulse-mainloop-glib.deps \
vala/libpulse-mainloop-glib.vapi \
shell-completion/pulseaudio-zsh-completion.zsh \
shell-completion/pulseaudio-bash-completion.sh \
.gitignore \
doxygen/.gitignore \
m4/.gitignore \