fzf run command as result #4604
-
|
How to make fzf run command upon selecting? Based on what i read, result: should work, but the docs states that it triggers when the query is finished and the result list is ready, so i tried to use enter as my bind, however i don't know how i can get the multiline selection somehow for my script that i'm running (i'm running it in a way where it'd be preferable to not have the script itself wait, but fzf run another part of the script after the fact, since then i can use become to actually modify fzf's own parameters properly since my parent script when it reruns me would get the new params) Edit: apparently i can use {+} to get multiple choices, but it doesn't show newlines, which are important for this script, since it separates things by lines |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
related comment: providing a minimal code example would be helpful |
Beta Was this translation helpful? Give feedback.
related comment:
#4187 (comment)
providing a minimal code example would be helpful