feh: Add new sort type
This commit is contained in:
parent
3085c7e121
commit
0354981b1f
@ -52,8 +52,8 @@ _feh()
|
|||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
-S|--sort)
|
-S|--sort)
|
||||||
COMPREPLY=( $( compgen -W 'name filename width height pixels size
|
COMPREPLY=( $( compgen -W 'name filename mtime width height
|
||||||
format' -- "$cur" ) )
|
pixels size format' -- "$cur" ) )
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
-R|--reload|-H|--limit-height|-W|--limit-width|-E|--thumb-height|\
|
-R|--reload|-H|--limit-height|-W|--limit-width|-E|--thumb-height|\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user