slackbuilds_ponce/misc/grc
Edinaldo P. Silva c2e0f21049 misc/grc: Updated for version 1.11.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-05-01 22:01:20 +01:00
..
doinst.sh
grc.info misc/grc: Updated for version 1.11.3. 2018-05-01 22:01:20 +01:00
grc.SlackBuild misc/grc: Updated for version 1.11.3. 2018-05-01 22:01:20 +01:00
README
slack-desc

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