
SiXKCD
XKCD comics in the sixel format (and kitty too!)
XKCD is great. What's even better is viewing his comics
directly in your terminal using sixel graphics or kitty
graphics protocol!
To achieve this, you need a terminal that supports one of these protocols:
The program automatically detects your terminal capabilities and uses the
appropriate rendering method. You can also manually set the renderer using
the SIXKCD_RENDERER environment variable (set to "sixel" or "kitty").

Installation
make
make install
# To uninstall:
make uninstall
Or just use go as your installer (will not give you the manpage though):
go install github.com/ChausseBenjamin/sixkcd@latest