#+author: Benjamin Chausse #+HTML:
#+HTML: Minimal terminal logo with a graphical stick figure
* SiXKCD XKCD comics in the sixel format #+HTML:
XKCD is great. What's even better is viewing his comics directly in your terminal using sixel graphics! To achieve this, you need a terminal that supports it. Here's a good reference to find one or learn if yours already does: [[https://www.arewesixelyet.com/]] #+HTML:
[[./demo.png]] #+HTML:
** Installation #+begin_src sh make make install # To uninstall: make uninstall #+end_src