diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-18 21:26:43 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-18 21:26:43 +0100 |
commit | 55c27c4babcf63989192f930ba7a75dac691e1e5 (patch) | |
tree | 98dce8b6dd50468039c77d37740fb9ea651325c9 /man | |
parent | 05ab8b3318c187c26205a6d5c0d7e6295d252b94 (diff) |
--start-at: Compare basenames if exact match failed
This more closely resembles the expected behaviour of --start-at, but
may lead to mismatches if several files in the filelist have the same
basename.
Closes #206
Related to #372 and #420
Diffstat (limited to 'man')
-rw-r--r-- | man/feh.pre | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/man/feh.pre b/man/feh.pre index 173410e..e401ab5 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -729,20 +729,17 @@ to sort numbers naturally, so that e.g. 10.jpg comes after 2.jpg. Start the filelist at .Ar filename . . -Note that at the moment, +If you use relative paths in your filelist, .Ar filename -must match an -.Pq expanded -path in the filelist. -So, if the file to be matched is passed via an absolute path in the filelist, -.Ar filename -must be an absolute path. -If the file is passed via a relative path, -.Ar filename -must be an identical relative path. -This is a known issue. -See also -.Sx USAGE EXAMPLES . +should also be a relative path. +If you use absolute paths, it should also be an absolute path. +. +If +.Nm +cannot find an exact match, it will compare basenames +.Pq filenames without the directory suffix . +Note that this may lead to mismatches if several files in your filelist +have the same basename. . .It Cm -T , --theme Ar theme . |