-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
calling external handlers for special files #158
Comments
Except for in montage mode, you can do this already by rebinding the keys to navigate images to also execute an external command. In montage mode I don't see an easy way to do this right now, even conceptually. |
after thinking a bit about an elegant solution, we introduce an argument like this:
This command takes the argument 'check' and the filename It returns 0 (ok, use pqiv's internal capabilies) or not 0. that's it. a naive implementation would be:
This should made the code in pqiv simple. |
Finally got time to get back to this.. this won't help. In montage mode, pqiv renders out all images over time. You'd have tons of mpv windows popping up if this was applied to the thumbnails in montage mode. Outside montage mode (i.e. after selecting a file within) the approach from the other issue would still work. |
When running in "montage mode", we can simply |
i'am not happy with the way animations are working.
i see, that we can hack a little bit to work around this issue:
#100 (comment)
(but it is useless in montage-mode, is'nt it?)
what about something like:
The text was updated successfully, but these errors were encountered: