blob: 4f8b51a0007837425c6d85a1a8e441fdf045d5df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#function tar
local nm=$NMATCHES tf="$2"
compsave
if [[ ( -mword 1 *t*f* || -mword 1 *x*f* ) && -position 3 100000 ]]; then
complist -k "( $(tar tf $tf) )"
compreset
elif [[ -mword 1 *c*f* && -position 3 100000 ]]; then
__files
compreset
elif [[ -mcurrent -1 *f* && -position 2 ]]; then
__files -g '*.(tar|TAR)'
fi
|