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: 3 months ago
JSON representation
A Racket library to make it easy to colorize terminal output
- Host: GitHub
- URL: https://github.com/renatoathaydes/ansi-color
- Owner: renatoathaydes
- License: other
- Created: 2018-11-18T20:40:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-23T19:54:37.000Z (over 5 years ago)
- Last Synced: 2025-02-09T23:28:27.374Z (4 months ago)
- Topics: ansi-colors, cli, command-line, racket, racket-lang
- Language: Racket
- Size: 9.77 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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/).