Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renatoathaydes/ansi-color

A Racket library to make it easy to colorize terminal output
https://github.com/renatoathaydes/ansi-color

ansi-colors cli command-line racket racket-lang

Last synced: about 2 months ago
JSON representation

A Racket library to make it easy to colorize terminal output

Awesome Lists containing this project

README

        

# ansi-color

A Racket library to make it easy to colorize terminal output using ANSI escape sequences.

Based on [Haoyi's Programming Blog](www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html)
post about ANSI escape codes.

See docs at [https://docs.racket-lang.org/ansi-color/](https://docs.racket-lang.org/ansi-color/).