diff options
author | guns <self@sungpae.com> | 2013-01-18 03:19:36 -0600 |
---|---|---|
committer | guns <self@sungpae.com> | 2013-01-30 14:34:41 -0600 |
commit | 4fae6007dd64d223cdae3f977003f38e3036bada (patch) | |
tree | 8f0ad713451491efed75d5d16cfb2771fb17c249 /man | |
parent | 71c7ff9ff8eca3008f4b08ef1c4a670b9eb7c7fa (diff) |
New sort option: mtime
Sort filelist by modification time, newer files first. Useful for
perusing a directory of images by most recently added or changed.
Diffstat (limited to 'man')
-rw-r--r-- | man/feh.pre | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/man/feh.pre b/man/feh.pre index f24729d..cecc58f 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -532,10 +532,15 @@ in paused mode. .It Cm -S , --sort Ar sort_type . The file list may be sorted according to image parameters. Allowed sort -types are: name, filename, width, height, pixels, size, format. For sort -modes other than name or filename, a preload run will be necessary, +types are: name, filename, mtime, width, height, pixels, size, format. For sort +modes other than name, filename, or mtime, a preload run will be necessary, causing a delay proportional to the number of images in the list. . +.Pp +. +The mtime sort mode sorts images by most recently modified. To sort by oldest +first, reverse the filelist with --reverse. +. .It Cm -| , --start-at Ar filename . Start the filelist at |