You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ricardo J. Barberis b782c098c1
misc/grc: New maintainer.
6 years ago
..
README misc/grc: Amended SlackBuild. 9 years ago
doinst.sh misc/grc: Amended SlackBuild. 9 years ago
grc.SlackBuild misc/grc: New maintainer. 6 years ago
grc.info misc/grc: New maintainer. 6 years ago
slack-desc misc/grc: Fix slack-desc. 9 years ago

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