feh: Add new sort type

This commit is contained in:
Igor Murzov 2013-04-06 03:38:30 +04:00
parent 3085c7e121
commit 0354981b1f

View File

@ -52,8 +52,8 @@ _feh()
return
;;
-S|--sort)
COMPREPLY=( $( compgen -W 'name filename width height pixels size
format' -- "$cur" ) )
COMPREPLY=( $( compgen -W 'name filename mtime width height
pixels size format' -- "$cur" ) )
return
;;
-R|--reload|-H|--limit-height|-W|--limit-width|-E|--thumb-height|\