Replies: 1 comment
-
Hi, you should be able to do it using the Edit: see here for more details https://github.com/skim-rs/skim/blob/master/skim%2Fsrc%2Foptions.rs#L870 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm using
skim
as a library. Is there a way to use anasync
function (e.g. an HTTP request) as a preview function? Ideally skim would start the function, then show the result in the preview when it completes, or cancel it if a new item is selected before it completes.Beta Was this translation helpful? Give feedback.
All reactions