console.color
Termcolor is a header-only C++ library for printing colored messages to the terminal. Written just for fun with a help of the Force; Ihor Kalnytskyi (2013).
A lighter weight alternative to chalk
A lightweight Node.js terminal logger with colorful and structured console output for better debugging and CLI logging
A lighter weight alternative to chalk. Forked to slim down package.
A Slidev addon that allows you to run Python code in your slides.
A simple cross platform library for writing colored text to a terminal.
A simple cross platform library for writing colored text to a terminal. (CYRUP.ai fork with compatibility fixes)
Adapt between termcolor and anstyle
A light-weight terminal coloring library for Rust
A library for writing colored JSON output to a termcolor terminal.
Query GitHub's library for colors for programming languages
Interface crate for styled output to termcolor through macro.
Small crate to convert termcolor::Color to RGB value
Implementation crate for colored! macro.
Format text and display colors in the terminal.
All the colors of the web, by name – case-/space-/snake-insensitive
A very simple wrapper for termcolor.
Termcolor is a library for ANSI color formatting like HTML for output in terminal. '<red>red</red>'.termcolor #=> "[31mred[0m"
Termcolor is a library for ANSI color formatting like HTML for output in terminal.
This gem is library that convert color tags (e.g. <red>str</red>) to ansicolor(vt100 escape sequence). And this's lightweight version of TermColor.gem without other gems. In addition process spedd is surprisingly fast.