SlackBuilds Repository

15.0 > Misc > grc (1.13)

grc (generic colouriser)

grc provides two programs: grc and grcat. The main one 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.

One major use of grc is to colorize the output of commonly-used shell
commands. For this to work, grc has to set up the environment of your
shell when it starts up. How you do this depends on which shell you
use.

bash, ksh, other POSIX-like shells
----------------------------------
To enable this globally for all users:

chmod +x /etc/profile.d/grc.sh

Or, you can enable it for just your user by adding this line to one of
your shell startup scripts (.profile, .bashrc, .kshrc, etc):

[ -e /etc/profile.d/grc.sh ] && . /etc/profile.d/grc.sh

csh, tcsh
---------
To enable this globally for all users:

chmod +x /etc/profile.d/grc.csh

Or, for one user, add to your .cshrc:

if ( -e /etc/profile.d/grc.csh ) then
source /etc/profile.d/grc.csh
endif

zsh
---
Add this line to your ~/.zshrc:

[ -e /etc/grc.zsh ] && source /etc/grc.zsh

fish
----
Add this line to your ~/.config/fish/config.fish:

[ -e /etc/grc.fish ] && source /etc/grc.fish

Maintained by: B. Watson
Keywords: bash,zsh,shell,terminal,colorizer,grc,
ChangeLog: grc

Homepage:
https://github.com/garabik/grc

Source Downloads:
grc-1.13.tar.gz (9800a42aa081dd64dbaaf928bb5796fe)

Download SlackBuild:
grc.tar.gz
grc.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
grc.SlackBuild
grc.csh
grc.info
ipaddr.diff
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds