diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-12-24 10:16:51 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-24 10:17:01 +0100 |
commit | f2364294d76a6830605ac9375cb0c976346a3e5e (patch) | |
tree | 04392510d579c32e014447a634aee6416b1a9cde /man | |
parent | da20545146b0248efc71deebc45e1d94d66b6ea6 (diff) |
save_filelist: Respect --output-dir
Closes #577
Diffstat (limited to 'man')
-rw-r--r-- | man/feh.pre | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/man/feh.pre b/man/feh.pre index 7f7ef6b..bb75469 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -671,7 +671,7 @@ Save files to .Ar directory when using .Cm --keep-http -or the save_image command. +or the save_image or save_filelist command. By default, files are saved in the current working directory. . .It Cm -p , --preload @@ -1576,7 +1576,10 @@ will keep zoom and X, Y offset when switching images. .It L Bq save_filelist . Save the current filelist as -.Qq feh_PID_ID_filelist +.Qq feh_PID_ID_filelist . +It is saved in the directory specified by +.Cm --output-dir , +if set, and in the current working directory otherwise. . .It m Bq toggle_menu . @@ -1612,7 +1615,10 @@ Useful for webcams .It s Bq save_image . Save the current image as -.Qq feh_PID_ID_FILENAME +.Qq feh_PID_ID_FILENAME . +It is saved in the directory specified by +.Cm --output-dir , +if set, and in the current working directory otherwise. . .It w Bq size_to_image . |