Skip to content

Generic Colouriser in Rust

Notifications You must be signed in to change notification settings

HanabishiRecca/grc-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grc-rs

Description

Generic colouriser for the output for many programs (A port of grc + grcat to rust). grc must be installed as its configuration files are used.

Status

Colouring rules work as good as 'grc'. Replacement/skip/count not yet implemented.

Installation

Or manually, which will also install man page and zsh completions:

cargo build --release
sudo make install

Usage

Either create shell aliases for the command that you want colourised:

alias mount='grc-rs mount'

or use the --aliases option to generate a list. The brave can put this in ~/.bashrc or ~/.zshrc, but things may break.

eval $(grc-rs --aliases)

Configuration

Configuration files are in same format as grc/grcat. grc-rs supports reading from additional configuration, /etc/grc-rs.conf, ~/.grc-rs, and ~/.config/grc-rs/grc-rs. Colouring rules will be searched for in additional paths /usr/share/grc-rs, ~/.config/grc-rs and ~/.local/share/grc-rs.

To extend the existing configuration for a command that is already configured, simply add a new rule in ~/.config/grc-rs/grc-rs and have a unique conf.command. To replace existing rules for a known command, create ~/.config/grc-rs/conf.command and it will be used instead of the one from /usr/share/grc.

About

Generic Colouriser in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 89.4%
  • Roff 8.2%
  • Makefile 2.4%