colourizer 0.1.2

Easily colourize command output
colourizer-0.1.2 is not a library.
Visit the last successful build: colourizer-0.1.4

Colourizer

Easily colourize command output

Usage

Colourizer can either display text directly, or get output from previous commands.

Direct

  • colourizer -b this will be bold!
  • colourizer -c red this will be red
  • colourizer --rgb "0;200;255" this will be bright blue

Previous

  • echo this will be bold | colourizer -b
  • echo this will be red | cowsay | colourizer -c red
  • ping gnu.org | colourizer --rgb "0;200;255"

ping fortune