fzy
fzy copied to clipboard
Zero-terminated lines
fzf --read0 --print0
Yes please! Would be great for find -print0
I'd definitely consider adding this. What behaviour you expect in this mode if one of the choices has a newline?
How is a non-printable like backspace currently displayed?
They're ignored, but I'm not sure that's the best behaviour either
FZF displays newlines as a single space, which IMO is the only feasible way to do this. I'm working on a PR.