From b89cf18dab68008de86d7461e800aae5e9d515b0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 29 Mar 2020 07:54:57 +0200 Subject: Document --start-at adjustments --- man/feh.pre | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'man/feh.pre') diff --git a/man/feh.pre b/man/feh.pre index f019811..e098672 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -791,6 +791,13 @@ keys to browse through the directory. See .Sx USAGE EXAMPLES for examples. +If +.Ar filename +is a URL and no files or filelists were specified, +.Nm +will show +.Ar filename +and not attempt to load additional files or directories. . .Pp . -- cgit v1.2.3 From 4702ace25a8e65c320f65de15f8c8a7466bc0f01 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 30 Mar 2020 19:23:18 +0200 Subject: add manpage entry for HTTP cache It's called conversion-cache for now, as it will also be used for ImageMagick/dcraw-sourced images in the future. This should also help avoid confusion between HTTP/ImageMagick/dcraw cache (files on disk), Imlib2 cache (images in memory), and thumbnail cache. --- man/feh.pre | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'man/feh.pre') diff --git a/man/feh.pre b/man/feh.pre index e098672..31817cc 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -578,6 +578,19 @@ Disable slideshow mode. With this setting, instead of opening multiple files in slideshow mode, multiple windows will be opened; one per file. . +.It Cm --no-conversion-cache +. +When loading images via HTTP, ImageMagick or dcraw, +.Nm +will only load/convert them once and re-use the cached file on subsequent +slideshow passes. +This option disables the cache. It is also disabled when +.Cm --reload +is used. +Use it if you rely on frequently changing files loaded via one of these +sources. +Note that it will impair performance. +. .It Cm --no-jump-on-resort . Don't jump to the first image after resorting the filelist. -- cgit v1.2.3