Checklist
Output of fzf --version
0.55.0 (fc69308)
OS
Shell
Problem / Steps to reproduce
Windows Terminal Preview now supports sixels. The stable release of Windows Terminal does not yet support it.
Problem:
In pwsh, on Windows Terminal Preview, when you run ls -name *.png | fzf --preview 'chafa -s 50x50 -f sixels {}', the preview window is empty.
Steps:
- Get Windows Terminal Preview here: (https://github.com/microsoft/terminal/releases/tag/v1.22.2362.0).
- Run
scoop install fzf chafa.
- Run
ls -name *.png | fzf --preview 'chafa -s 50x50 -f sixels {}' in directory that has png files.