Junegunn Choi
Junegunn Choi
We could maybe improve the output for binary files ``` [warning] foobar300 is a binary file - info - more info ```
Inline info doesn't show the spinner, unfortunately. But if you look closely, the color of `
I don't know where to put it, and that's why I introduced the color change in the first place when I added the inline option as an alternative way to...
I didn't respond to your three requests because they require significant changes to the code and I didn't and don't have the bandwidth to do it. Also because fzf currently...
Thanks for the kind words, and for understating. I don't disagree with your suggestions – they are certainly nice to have – but there are significant technical hurdles to implementing...
As @LangLangBart mentioned, it is the limitation of the current implementation. > even though there would be enough room to show the entire rightmost part of the line while still...
> even though there would be enough room to show the entire rightmost part of the line while still keeping `this` in view. One workaround would be to use a...
Thanks. But I noticed this option doesn't work nicely with adaptive `--height`. ```sh # Works as expected seq 10 | go run main.go --preview 'echo {}' --preview-window up:10 --height ~100%...
> Maybe it would be cleaner to implement another option (`--list-height`/`--max-list-height`) to explicitly set the number of items. I guess so. But let's not rush into a decision. In this...
@jinhyukify Before we merge this to master, could you backport this to branch-2 and open another pull request?