diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-11-25 15:34:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-28 07:25:59 +0700 |
commit | c5b5f708c88806b192814847333b4c53ca438a53 (patch) | |
tree | 028fcab90c6464112db4222b6c7322381bcff96d /misc/grc/README | |
parent | cb1cd1612ee3e9f25edb3736e71a5f03782f506f (diff) | |
download | slackbuilds-c5b5f708c88806b192814847333b4c53ca438a53.tar.gz |
misc/grc: Added (generic colouriser).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/grc/README')
-rw-r--r-- | misc/grc/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/grc/README b/misc/grc/README new file mode 100644 index 0000000000..4a0ed4ba0e --- /dev/null +++ b/misc/grc/README @@ -0,0 +1,14 @@ +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. + +To use, add following lines into your ~/.bashrc or ~/.zshrc: + + [[ -s "/etc/grc.bashrc" ]] && source /etc/grc.bashrc + [[ -s "/etc/grc.zsh" ]] && source /etc/grc.zsh + +Or put the entire content of /usr/doc/grc-1.9/grc.bashrc-expanded +example into these files. |