diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-11 18:26:09 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-11 18:26:09 +0100 | 
| commit | 76ef6921820d46fef0ca302931ba99d15544d403 (patch) | |
| tree | 58c783f5bd8cd458f5415d5c319279187aea4a9e | |
| parent | 18b887cd28bcfbc78d0b6e1a8c1477701fc43c06 (diff) | |
Update completion for feh
| -rw-r--r-- | etc/completions/_feh | 23 | 
1 files changed, 20 insertions, 3 deletions
diff --git a/etc/completions/_feh b/etc/completions/_feh index d87eafa..a48b9b0 100644 --- a/etc/completions/_feh +++ b/etc/completions/_feh @@ -59,6 +59,13 @@ argument_pairs=(  	'bg'          'b+'  	'alpha'       'a+'  	'font'        'e+' +	'scale-down'  '.' +	'output-dir'  'j+' +	'wget-timestamp' 'G' +	'fontpath'    'C+' +	'image-bg'    'B+' +	'output'      'o' +	'output-only' 'O'  )  argument_postfix=( @@ -113,6 +120,13 @@ argument_postfix=(  	'alpha'       '[montage mode: Thumbnail transparency level]:integer: '  	'font'        '[index mode: Thumbnail info font]:font: '  	'slideshow-delay' '[slide change delay]:seconds' +	'scale-down'  '[Scale down images which are too big]' +	'output-dir'  '[Save files to DIR (with -k)]:directory:_files -/' +	'wget-timestamp' '[Add no timestamp ("?123") to URLs]' +	'fontpath'    '[Add paths to font path]:font path:_files -/' +	'image-bg'    '[Set transparent image background]:background:(white black default)' +	'output'      '[montage mode: Output file]:file:_files' +	'output-only' "[montage mode: Output file, don't display montage]:file:_files"  )  arguments=( @@ -128,13 +142,16 @@ arguments=(  	'--menu-bg[Background image in menus]: :_feh_background'  	'--menu-border[Set menu background border]:integer: '  	'--no-pan-ctrl-mask[Pan without pressing ctrl]' -	'--xinerama[Toggle xinerama support]' +	'--no-xinerama[Disable xinerama support]'  	'--screen-clip[Toggle window clipping]'  	'--hide-pointer[Hide mouse pointer in fullscreen mode]' -	'-o[montage mode: Output file]:file:_files' -	"-O[montage mode: Output file, don't display montage]:file:_files"  	'*--fontpath[index mode: directory to search for fonts]:directory:_path_files -/'  	'--title-font[index mode: title font]:font: ' +	'--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]' +	'--title[slideshow mode: Set window title]:title: '  	'*:file:_files'  )  | 
