Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var il y a 3 ans
..
README 81c6c48af3 misc/grc: Amended SlackBuild. il y a 7 ans
doinst.sh 81c6c48af3 misc/grc: Amended SlackBuild. il y a 7 ans
grc.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var il y a 3 ans
grc.info 48c22f9303 various: Kill lots of python3 dep mentions il y a 3 ans
slack-desc 282a41489c misc/grc: Fix slack-desc. il y a 7 ans

README

grc (generic colouriser)

grc provides two programs: grc and grcat. The main is grcat, which
acts as a filter, i.e. taking standard input, colourising it and
writing to standard output. grcat takes as a parameter the name of
configuration file.

NOTE: to use, add following lines into your ~/.bashrc, ~/.zshrc or in
~/.config/fish/config.fish:

[[ -s "/etc/profile.d/grc.bashrc" ]] && source /etc/profile.d/grc.bashrc
[[ -s "/etc/profile.d/grc.zsh" ]] && source /etc/profile.d/grc.zsh
[[ -s "/etc/profile.d/grc.fish" ]] && source /etc/profile.d/grc.fish