feh: Add new sort type
This commit is contained in:
parent
3085c7e121
commit
0354981b1f
@ -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|\
|
||||
|
Loading…
x
Reference in New Issue
Block a user