From 7d585a31d70dce506339caa032e7d2a647e8400c Mon Sep 17 00:00:00 2001 From: Martin Cermak Date: Jan 03 2014 13:10:23 +0000 Subject: Minor README updates --- diff --git a/README b/README index 1591388..50c7ff8 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -The colorgcc is a perl script written by Jamie Moyers to colorize the terminal -output of C++, CC, CCACHE, G++, GCC so error messages can be found within -longer compiler outputs. +The colorgcc is a perl script written by Jamie Moyers to colorize the +terminal output of C++, CC, CCACHE, G++, GCC so error messages can be +found within longer compiler outputs. Homepage: @@ -9,21 +9,21 @@ Homepage: Usage: Call the compiler name with the 'color-' prefix, eg: + color-gcc color-g++ color-cc color-c++ -That's it. Alternatively you may want to create following handy -aliases: +That's it. Alternatively you may want to create following handy aliases: alias gcc='color-gcc' alias g++='color-g++' alias cc='color-cc' alias c++='color-c++' -The default settings can be overridden with ~/.colorgccrc. -See the comments in the sample .colorgccrc for more information. +The default settings can be overridden with ~/.colorgccrc. See the +comments in the packaged sample config file for more information. Note: @@ -32,6 +32,6 @@ colorgcc will only emit color codes if: (1) Its STDOUT is a tty and (2) the value of $TERM is not listed in the "nocolor" option. -If colorgcc colorizes the output, the compiler's STDERR will be -combined with STDOUT. Otherwise, colorgcc just passes the output from -the compiler through without modification. +If colorgcc colorizes the output, the compiler's STDERR will be combined +with STDOUT. Otherwise, colorgcc just passes the output from the +compiler through without modification.