256colors Blog
an easier way to preview terminal colors
Status: Abandoned
Brought to you by:
hav3lock
Presently, all escape sequences are, I believe, semi-colon delimited. However, the semi-colon is a reserved character on most Linux shells--command-line user interfaces--so you have to run 256c in the following manner for it to work:
python2 256c.py 1\;32\;44
Whereas, I want 256colors to support the following:
python2 256c.py 1,32,44
I'll be working to add support for this in the 0.2.0 release of 256colors.