Replies: 2 comments 5 replies
-
|
I have the following in my if [ "$TERM" = "xterm-kitty" ] || [ "$TERM" = "xterm-ghostty" ]; then
kitty +kitten icat --stdin no --transfer-mode memory --place "${w}x${h}@${x}x${y}" "$file" < /dev/null > /dev/tty
else
Chafa "$file" --format sixel --size "${w}x${h}" --animate off --polite on
fiYou also have to update your You can find more information and examples here. |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
I downloaded kitten binary file, then tried the following preview and cleaner script: Preview: Cleaner: But displaying the preview image is very slow. Viewing a 3-5MB image takes 1.5-2 seconds, while Sixel is almost instantaneous. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone use Ghostty terminal? The image preview doesn't work for me. I've already tried a very simple preview script (with sixel support), but nothing (it works perfectly under foot and alacritty).
I tried -f kitty too, but doesnt work under lf. When I tried under terminal, then show picture.
Beta Was this translation helpful? Give feedback.
All reactions