summaryrefslogtreecommitdiff
path: root/etc/completions/_feh
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-07-09 12:13:07 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-07-09 12:13:07 +0200
commit1d39458c547e6ce70ecffb4b6a68a200c4de0890 (patch)
tree281ad5e5959f58416fb599606aa9af286d682c41 /etc/completions/_feh
parent56830e452e00002469f9c13d551c8042452ccc9e (diff)
Update feh completion
Diffstat (limited to 'etc/completions/_feh')
-rw-r--r--etc/completions/_feh12
1 files changed, 8 insertions, 4 deletions
diff --git a/etc/completions/_feh b/etc/completions/_feh
index c12b96e..d0bb0d0 100644
--- a/etc/completions/_feh
+++ b/etc/completions/_feh
@@ -72,6 +72,10 @@ argument_pairs=(
'title' '^'
'start-at' '|'
'title-font' '@'
+ 'cache-thumbnails' 'P'
+ 'caption-path' 'K+'
+ 'draw-actions' 'G'
+ 'thumb-redraw' 'J+'
)
argument_postfix=(
@@ -136,11 +140,14 @@ argument_postfix=(
'title' '[Window title in slideshow mode]:format string'
'start-at' '[Start slideshow at]:file:_files'
'title-font' '[Title font for index mode]:font'
+ 'cache-thumbnails' '[Enable thumbnail caching]'
+ 'caption-path' '[Where to look for image captions]:relative directory: '
+ 'draw-actions' '[Draw defined actions]'
+ 'thumb-redraw' '[Set thumbnail image redraw frequency]:digit'
)
arguments=(
'--zoom[Zoom images]:percent: '
- '--caption-path[Where to look for image captions]:relative directory: '
--action{1..9}':shell: '
'--bg-tile[Set tiled desktop background]:file:_files'
'--bg-center[Set centered desktop background]:file:_files'
@@ -160,10 +167,7 @@ arguments=(
'--index-dim[Show image dimensions in index/thumbnail mode]:bool:(0 1)'
'--no-jump-on-resort[Stay at current image after resorting the filelist]'
'--cycle-once[Quit after one loop through the slideshow]'
- '--draw-actions[Draw defined actions]'
- '--cache-thumbnails[Enable thumbnail caching]'
'--menu-bg[Background image in menus]: :_feh_background'
- '--thumb-redraw[Set thumbnail image redraw frequency]:digit'
'--xinerama-screen[Set xinerama screen to work on]:digit'
'*:file:_files'
)