Replies: 2 comments 7 replies
-
The example is misleading, you should remove ls | fzf | cat Having said that, to answer the original question, fzf prints its UI to STDERR instead of STDOUT. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
2 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Question: how fzf manage to write the result to stdout but still open interactive TUI in alt screen?
How this is done?
ls | fzf | cat
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions