Replies: 1 comment 15 replies
-
You mean something like this? https://github.com/LukeSmithxyz/voidrice/blob/master/.config/lf/scope |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My problem is that when I want to look at new pictures, the drawing of the preview picture is a bit lengthy due to the code below:
What slows it down is part of the orientation instruction. I don't want to take it out, because it's a useful control function anyway.
Does anyone know of a method or script that, if I enter a path, caches the images for lf on the specified path?
I was thinking of something like, for example, using find to search for all the images, and for each result, it would somehow run the cache mechanism:
find /path/to/pictures -type f -name "*.jpg" -exec ???
Beta Was this translation helpful? Give feedback.
All reactions