summaryrefslogtreecommitdiff
path: root/README.org
blob: 29c808d1696a82aee22e948f64852923d6c68cb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#+author: Benjamin Chausse <benjamin@chausse.xyz>

#+HTML: <div align="center">

#+HTML: <img alt="Minimal terminal logo with a graphical stick figure" src="logo.png" width="250" /><br/>

* SiXKCD

XKCD comics in the sixel format

#+HTML: </div>

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:<center>
[[./demo.png]]
#+HTML:</center>

** Installation

#+begin_src sh
make
make install
# To uninstall:
make uninstall
#+end_src