-
I made a little `cb` inspired thing:
![image](https://github.com/niedzielski/cb/assets/7908073/305228a1-4abc-4d8a-a75f-8b3dd887a3eb)
```
#!/usr/bin/env fish
# Public Domain
if test -t 0
…
-
https://sw.kovidgoyal.net/kitty/graphics-protocol/
-
## Details
ImageInTerminalExt in-line display of sixel plots does not work in 1.9 (it worked in 1.8)
Reproducer (in a sixel-enabled terminal) :
> using Plots,ImageInTerminal; plot(rand…
-
I saw you were recently asking for input on what page memory is good for, so I thought I'd offer my thoughts based on what I've read, and also how I've been using pages myself.
## Data entry
Quo…
-
It'd be great, if superfile could preview files, like ranger does. At least text files
-
Not sure where these fit, as there is a lot of overlap in "Supported terminals", "Other implementations", and "Projects using SIXEL".
More terminals:
* SyncTERM (since version 1.1) - http://www.sy…
ghost updated
2 years ago
-
To support hterm of chromeos and iterm2, I've added OSC1337.
But ToOSC-typesclass is separate from ToSixel, so the usability is low.
-
Run `[xray]` in kitty, and see that we have two graphics visible at any given time. This is because when one pile replaces another, we don't kill the old graphics (`[xray]` happens to work with sixel …
-
[Kitty](https://github.com/kovidgoyal/kitty) is a cross-platform, fast, feature full, GPU based terminal emulator with over 18K stars and 800 forks. It supports font ligatures, specifying line height …
-
I'm implementing image preview for rover file browser using idump, want to run the whole thing in yaft + tmux. But it seems that yaft always tries to redraw the whole line, which also affects the imag…