dtas.git  about / heads / tags
duct tape audio suite for *nix
blob be6de5301bb0cd5c08305725d1c2d0c6e9028e8b 416 bytes (raw)
$ git show v0.18.0:examples/zsh-completion/_dtas-sinkedit	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
#compdef dtas-sinkedit

# To the extent possible under law, James Rowe has waived all copyright and
# related or neighboring rights to this example.

_arguments \
    "--no-watch[disable inotify support]" \
    "--dry-run[only print commands, do not run them]" \
    "--verbose[print out commands sent to change the sink]" \
    "--help[display help message]" \
    ":select sink:($(dtas-ctl sink ls 2> /dev/null))"

git clone git://80x24.org/dtas.git
git clone https://80x24.org/dtas.git