README 569 B

1234567891011121314
  1. grc (generic colouriser)
  2. grc provides two programs: grc and grcat. The main is grcat, which
  3. acts as a filter, i.e. taking standard input, colourising it and
  4. writing to standard output. grcat takes as a parameter the name of
  5. configuration file.
  6. NOTE: to use, add following lines into your ~/.bashrc, ~/.zshrc or in
  7. ~/.config/fish/config.fish:
  8. [[ -s "/etc/profile.d/grc.bashrc" ]] && source /etc/profile.d/grc.bashrc
  9. [[ -s "/etc/profile.d/grc.zsh" ]] && source /etc/profile.d/grc.zsh
  10. [[ -s "/etc/profile.d/grc.fish" ]] && source /etc/profile.d/grc.fish