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:
- For sixel support, check: https://www.arewesixelyet.com/
- For kitty graphics protocol, use kitty, ghostty, wezterm, or any other compatible terminal
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").
make
make install
# To uninstall:
make uninstallOr just use go as your installer (will not give you the manpage though):
go install github.com/ChausseBenjamin/sixkcd@latest
