How grcat and grc work together
masterThe project provides two main programs:
grcat: The core filter. It takes standard input, applies colourisation based on a configuration file, and writes to standard output.grc: A frontend forgrcat. It executes a command and automatically pipes its stdout intogrcatusing a configuration determined by/etc/grc.confor~/.grc/grc.conf.
To use grcat manually with a specific config:
grcat my_config.conf < input_filegrcat conf.log < /var/log/syslog