Use the new timestamp API.
[gliv.git] / tools / _gliv
blob605fd47ca6f855e930a95c930f3fc1a43d5f6730
1 #compdef gliv
3 _arguments \
4 '(--shuffle -s)'{--shuffle,-s}'[Show images in random order]' \
5 '(--sort -S)'{--sort,-S}'[Show images in sorted order]' \
6 '(--recursive -R)'{--recursive,-R}'[Process directories recursively]' \
7 '(--full-screen -f)'{--full-screen,-f}'[Start in full screen mode]' \
8 '(--scale-down -l)'{--scale-down,-l}'[Reduce the image to the window]' \
9 '(--maximize -M)'{--maximize,-M}'[Maximize the image to the window]' \
10 '(--make-fit -m)'{--make-fit,-m}'[Make the image fit the window]' \
11 '(--zoom-pointer -z)'{--zoom-pointer,-z}'[Zoom centered on pointer]' \
12 '(--dither -t)'{--dither,-t}'[Enable dithering]' \
13 '(--force-load -F)'{--force-load,-F}'[Try to load every file]' \
14 '(--mipmap -p)'{--mipmap,-p}'[Build Mipmaps]' \
15 '(--mnemonics -n)'{--mnemonics,-n}'[Make mnemonics for images menus]' \
16 '(--slide-show -w)'{--slide-show,-w}'[Start the slide show immediately]' \
17 '(--loop -L)'{--loop,-L}'[Make the slide show loop at the end]' \
18 '(--one-image -1)'{--one-image,-1}'[Keep only one image in memory]' \
19 '(--build-menus -e)'{--build-menus,-e}'[Build images menu at startup]' \
20 '(--menu -b)'{--menu,-b}'[Display the menu bar]' \
21 '(--info -i)'{--info,-i}'[Show infos about displayed image]' \
22 '(--scrollbars -o)'{--scrollbars,-o}'[Display scrollbars]' \
23 '(--glivrc -g)'{--glivrc,-g}'[Load ~/.glivrc]' \
24 '(--alpha-checks -c)'{--alpha-checks,-c}'[Alpha checks in the background]' \
25 '(--thumbnails -T)'{--thumbnails,-T}'[Show thumbnails in images menus]' \
26 '(--resize-win -W)'{--resize-win,-W}'[Automatic window resizing]' \
27 '(--delay -d)'{--delay,-d+}'[Delay before hiding the cursor]:number' \
28 '(--history -u)'{--history,-u+}'[Length of history]:number' \
29 '(--duration -a)'{--duration,-a+}'[Delay between each image]:number' \
30 '(--fps -P)'{--fps,-P+}'[Maximum framerate]:number' \
31 '*:files:_files'