X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.md;h=dd86eb6250d059c7d7359e14ab2a35b066bad88d;hb=64d3876f7192ffd8309a61b1a62d17c12d64b69b;hp=e92f6e494a146a97225188582067d89a4897c01b;hpb=b04df5eb67b01a503addd66eb30b823de0a80a60;p=k_transpose.git diff --git a/README.md b/README.md index e92f6e4..dd86eb6 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,23 @@ -# kremlin tranpose +# kremlin transpose *top secret kremlin color transposition device* transposes colors in web pages to match your ANSI terminal color theme. k_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 -terminal 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 +terminal 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 ##colorspace transposition TODO + +### compilation/installation +``` +make +sudo make install +``` + +### running +``` +# you likely need root to bind httpds to a local port +sudo k_transpose +```