diff options
author | guns <self@sungpae.com> | 2016-05-28 00:29:28 -0500 |
---|---|---|
committer | guns <self@sungpae.com> | 2016-05-28 00:29:28 -0500 |
commit | 7db8895f8cfb3d58b8e9b4c7a5a64a4df9bb1af0 (patch) | |
tree | 4dca4d3ad40931efb1012aaf866929f1a5287c33 /man | |
parent | 5df711cbae423ed2b51b84d12a1e92f07de50de3 (diff) |
New sort option: dirname
Sort filelist by dirname, then by name. This results in file entries
sorting before subdirectory entries.
Useful in conjunction with upcoming prev_dir and next_dir navigation
actions.
Diffstat (limited to 'man')
-rw-r--r-- | man/feh.pre | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/feh.pre b/man/feh.pre index 9d652b9..609ef57 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -600,10 +600,10 @@ 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, 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. +The file list may be sorted according to image parameters. Allowed sort types +are: name, filename, dirname, mtime, width, height, pixels, size, format. For +sort modes other than name, filename, dirname, or mtime, a preload run will be +necessary, causing a delay proportional to the number of images in the list. . .Pp . |