summaryrefslogtreecommitdiffstats
path: root/misc/grc/README
blob: 6f4aa1247fc100b1bcadef1adeea3d7216987be8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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, ~/.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