Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 623 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 623 Bytes

Bash Completion For ALSA utilities

bash completion scripts for a selection of tools from the alsa-utils repository of the ALSA project (https://github.com/alsa-project/alsa-utils).

Includes a trivial executable alsa-list that lists various device names from the ALSA configuration and also card names.

The ALSA utilities for which completions are currently included is:

aconnect
alsactl
alsaloop
alsamixer
amidi
amixer
aplay
aplaymidi
arecord
aseqdump
aseqnet
axfer
iecset
speaker-test

Installation

meson setup [meson-options ...] builddir
ninja -C builddir
sudo ninja -C builddir install