Replies: 1 comment
-
See #2686 |
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
-
Hello,
I wanted to better understand how fzf is able to deal so well with piping. Many other projects (github CLI, bubbletea, etc.) seems to have some issues when is time to read stdin from pipe and pipe stdout to another command, while fzf instead works fine - and I think is one of is biggest powers.
I was trying to inspect the code to exactly understand how this behavior is implemented, but had some issues understading where to look.
Could anyone give me some hints where to look or how this is done?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions