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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
#compdef dtas-archive

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

_arguments -S \
    "--type=[file type]" \
    "--compression=[compression factor for sox]:select compression:({0..8})" \
    "--jobs=[number of jobs]: :_guard '[0-9]#' value" \
    "--stats[save stats on the file]" \
    "--keep-going[continue after error]" \
    "--dry-run[only print commands, do not run them]" \
    "--repeat=[number of times to check]: :_guard '[0-9]#' value" \
    "--help[display help message]" \
    ":select source:_files" \
    ":select destination:_files"

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