colout/colout
Johann Dreo a404aabada Silently handle broken pipes
Two errors could occur when using a command that break the pipe on which
colout is supposed to write, like head or tail:

    ls | colout . red | head -n 1

This fix set the SIGPIPE handler to kill the program instead of ending
in a write error when a broken pipe occurs and silently handle broken
pipes IOError exceptions.
2013-09-02 17:16:14 +02:00
..
__init__.py add setup.py 2013-04-09 19:12:26 +02:00
colout.py Silently handle broken pipes 2013-09-02 17:16:14 +02:00
colout_cmake.py Use 256-colors for scale in cmake theme 2013-09-02 16:55:47 +02:00
colout_g++.py Color code after a "note: candidate is/are:" 2013-05-23 14:45:03 +02:00
colout_json.py Expect formatted json as input, blue numbers 2013-05-17 11:13:53 +02:00
colout_perm.py add setup.py 2013-04-09 19:12:26 +02:00
jet72.gpl Add GIMP palettes support, refactoring 2013-05-26 16:14:23 +02:00