Update README.md
[k_transpose.git] / README.md
CommitLineData
9a2e241f 1# kremlin transpose
b04df5eb 2*top secret kremlin color transposition device*
3
4transposes colors in web pages to match your ANSI terminal color theme.
5
6k_transpose starts a local http server (localhost/kt/) through which you browse the outside web in the form e.g. http://localhost/kt/google.com. both relative & explicit URLs/URIs are prepended to route through this local http server such that one can browse the web "normally" after specifying the transposition server once
7
64d3876f 8terminal colors are read from ~/.Xresources in the form 'URxvt\*color[0-16]:#RRGGBB' or '*color[0-16]:#RRGGBB'. *background: & *foreground: colors are used too, to determine light/dark theme context
b04df5eb 9
10##colorspace transposition
11TODO
014f26c0 12
13### compilation/installation
14```
15make
16sudo make install
17```
18
19### running
20```
21# you likely need root to bind httpds to a local port
22sudo k_transpose
23```