Foot

· sillybit

I think this is the OG maker. https://codeberg.org/dnkl/foot

# Foot Server

Supports running in server or daemon mode to make additional Footclient windows launch instantly. Kinda neat althouh I already use...

# Tmux

Foot is a terminal emulator on linux with support for OSC 52 escape sequence which is really helpful in Tmux to automatically copy from the tmux copy buffer to the system clipboard.

https://github.com/tmux/tmux/wiki/Clipboard#the-set-clipboard-option

# Sixel

Or six pixel, Foot includes support for this nerdy way to render images in a terminal.

wget "https://raw.githubusercontent.com/saitoha/libsixel/master/images/snake.six"

Test conversions

wget "https://raw.githubusercontent.com/saitoha/libsixel/master/images/snake.png"

more info: https://konfou.xyz/posts/sixel-for-terminal-graphics/

Check sixcat

This might be better tho.

https://sw.kovidgoyal.net/kitty/graphics-protocol/