terminal colours by %20

y/xrgbcw/012467/
s/\> \|$/9/g
:
s/\(.*\(\w\)\)\2/\1 /
t
s/ /  /g
s/\w/\x1b[4&m  /g
s/  $//

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page