1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
terminal_colors
URL : http://zhar.net/projects/shell/terminal_colors
Author : John Eikenberry <jae@zhar.net>
License : GPL 3.0
Note : This Python implementation of 256colors2.pl
Program detects and displays colors for 8, 16, 88, and 256
color terminals. It has 3 display modes, and provides a handy
88<->256 color value conversion utility.
It is written in python (2.5+) and uses curses for terminal
detection. It has no dependencies on any non-core python
modules.
End of file
|