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

1
2
3
4
5
6
7
8
 
#compdef dtas-msinkctl

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

_arguments \
    "1:select action:(active{,-{set,add,sub}} nonblock)" \
    "*:select sink:($(dtas-ctl sink ls 2> /dev/null))"

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