Update README: Experimental support for Kitty graphics protocol

This commit is contained in:
Junegunn Choi
2023-10-09 01:29:03 +09:00
parent f103aa4753
commit 2952737755
3 changed files with 30 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ CHANGELOG
- Experimental, partial support for Kitty image protocol in the preview window
```sh
fzf --preview='
if file --mime-type {} | grep -qF 'image/'; then
if file --mime-type {} | grep -qF image/; then
# --transfer-mode=memory is the fastest option but if you want fzf to be able
# to redraw the image on terminal resize or on 'change-preview-window',
# you need to use --transfer-mode=stream.