I have been searching for a long time for a good image viewer. My requirements are:
Reloads the image when I update the file
Zooms with ctrl-scroll
Pan with middle mouse
No stupid slideshow features where if I sneeze it changes the picture I'm looking at
Some come close (feh, sxiv), but nothing fits perfectly.
I realized that what I want is Zathura for images. I want the same minimalism, keyboard shortcuts, and auto reloading. Since Zathura already displays images embedded in PDF files, so naively, I thought it wouldn't be too bad to implement.
Have you thought about this? Would you accept such a pull request? I understand if it's out of scope.
This is implemented to some extent via zathura-cb. It can be used to open folders that contain images. FIle reloading for folders is currently not implemented, though.
I have been searching for a long time for a good image viewer. My requirements are:
Some come close (feh, sxiv), but nothing fits perfectly.
I realized that what I want is Zathura for images. I want the same minimalism, keyboard shortcuts, and auto reloading. Since Zathura already displays images embedded in PDF files, so naively, I thought it wouldn't be too bad to implement.
Have you thought about this? Would you accept such a pull request? I understand if it's out of scope.