placeholders in label? #4516
Replies: 1 comment 1 reply
-
Like this: fzf --border --bind 'focus:transform-preview-label:item={}; echo "[ ${item:-No match} ]"' --preview 'cat {}'
# 'bg' version does not freeze the UI even if the command takes a while to finish.
fzf --border --bind 'focus:bg-transform-preview-label:item={}; echo "[ ${item:-No match} ]"' --preview 'cat {}' |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
it seems that using placeholders in a *-label is not supported?
i would like to be able to display the file name in the label like:
Beta Was this translation helpful? Give feedback.
All reactions