A script for styling strings.
Go to file
2016-08-25 23:05:47 +01:00
color.zsh Add ability to style strings 2016-08-25 23:05:47 +01:00
README.md Add README 2016-04-12 21:00:53 +01:00

Color

A small zsh script for colorising strings.

Installation

zulu install color

Or rename color.zsh to color and place it somewhere in your $PATH.

Usage

color red "This string will be red"
color yellow "Works with" "multiple parameters"