Replies: 1 comment 1 reply
-
If you would like to reference some value you could use placeholders or some environment variables exported by Placeholder
Environment VariablesYou can skim the man fzf | less --pattern "ENVIRONMENT VARIABLES EXPORTED TO CHILD PROCESSES" : | fzf --preview "typeset | grep '^FZF_'"
The wiki has some examples, e.g.: |
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
-
I'm trying to understand the best way to go about this and/or if there is a function that can already handle it.
I'm using
zsh
and thought Wouldn't it be cool if I typed a command the preview showed TLDR pages for itIs there a function I can call for doing "command" completion?
I was messing with stuff and it didn't seem to pass the command I'm trying to complete into my preview function...
I'm sure I'm missing something somewhere
Beta Was this translation helpful? Give feedback.
All reactions