From 0354981b1f348263edb7c2e6f1f8dc619a48c476 Mon Sep 17 00:00:00 2001 From: Igor Murzov Date: Sat, 6 Apr 2013 03:38:30 +0400 Subject: [PATCH] feh: Add new sort type --- completions/feh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/completions/feh b/completions/feh index e53ca2b1..3b2d440b 100644 --- a/completions/feh +++ b/completions/feh @@ -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|\