mirror of
https://github.com/junegunn/fzf
synced 2024-11-01 03:20:42 +00:00
230fc49ae2
Close #1102 fzf --preview 'imgcat -W $FZF_PREVIEW_COLUMNS -H $FZF_PREVIEW_LINES {}' Notes: * There is no good way to determine the height of the rendered image, so we assume that the image takes the full height of the preview window. So the image cannot be displayed with the other text. * fzf-preview.sh script was updated to use `imgcat` if it's available but `chafa` is not. * iTerm2 also supports Sixel, so adding support for this protocol is not quite necessary but it renders animated GIFs much better (e.g. looping). |
||
---|---|---|
.. | ||
fzf-preview.sh | ||
fzf-tmux |