slackbuilds/misc/grc
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README misc/grc: Amended SlackBuild. 2017-02-12 23:49:25 +00:00
doinst.sh misc/grc: Amended SlackBuild. 2017-02-12 23:49:25 +00:00
grc.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
grc.info various: Kill lots of python3 dep mentions 2021-04-21 00:42:24 -05:00
slack-desc misc/grc: Fix slack-desc. 2016-11-14 16:47:23 +07:00

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