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

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

# 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 source]" \
    "--help[display help message]" \
    ":select source:($(dtas-ctl source ls 2> /dev/null))"

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