lambder / clojure-term-colors

clojure ASCII color formatting for terminal output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clojure-term-colors

A Clojure library for ASCII terminal color output, based on python termcolor package

Screenshot

Leiningen

(via Clojars)

[Clojars Project]

Usage

Example

You can also set the *disable-colors* flag variable (using binding) if you want to disable colors temporarily.

Available Functions

white, cyan, magenta, blue, yellow, green, red, grey, on-white,
on-cyan, on-magenta, on-blue, on-yellow, on-green, on-red, on-grey,
concealed, reverse-color, blink, underline, dark, bold

License

Copyright © 2014 Thura Hlaing

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

clojure ASCII color formatting for terminal output

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%