Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kitty protocol image support not working in wezterm #3486

Closed
5 of 10 tasks
mgpinf opened this issue Oct 19, 2023 · 2 comments
Closed
5 of 10 tasks

Kitty protocol image support not working in wezterm #3486

mgpinf opened this issue Oct 19, 2023 · 2 comments

Comments

@mgpinf
Copy link

mgpinf commented Oct 19, 2023

  • I have read through the manual page (man fzf)
  • I have the latest version of fzf
  • I have searched through the existing issues

Info

  • OS
    • Linux
    • Mac OS X
    • Windows
    • Etc.
  • Shell
    • bash
    • zsh
    • fish

Problem / Steps to reproduce

  • Open wezterm
  • Run the following command in a directory containing images:
fzf --preview 'kitty icat --clear --transfer-mode=memory --stdin=no --place=${FZF_PREVIEW_COLUMNS}x${FZF_PREVIEW_LINES}@0x0 {}'
  • Images do not get displayed in wezterm (which supports kitty protocol) while they get displayed in kitty
@kovidgoyal
Copy link

wezterm does not support the full kitty image protocol, in particular for this case it will be the lack of support for unicode placeholders.

@mgpinf
Copy link
Author

mgpinf commented Oct 21, 2023

Ok. Thanks for explanation. Closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants