importpw / color

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

color

Print ANSI color escape sequences in shell scripts.

Example

#!/usr/bin/env import
import "color"

echo "`blue some blue text,` `red and now red,` `green and suddenly green!`"

About

License:MIT License


Languages

Language:Shell 100.0%