Dependency-less library for simple terminal text coloring and formating
Adapt between termcolor and anstyle
A simple cross platform library for writing colored text to a terminal. (CYRUP.ai fork with compatibility fixes)
A simple Ansi Color Library for C/C++ and Rust
Query GitHub's library for colors for programming languages
A light-weight terminal coloring library for Rust
A simple cross platform library for writing colored text to a terminal.
A library for writing colored JSON output to a termcolor terminal.
A simple cross platform library for writing colored text to a terminal. (fork of termcolor)
Small crate to convert termcolor::Color to RGB value
Interface crate for styled output to termcolor through macro.
Implementation crate for colored! macro.
Termcolor is a library for ANSI color formatting like HTML for output in terminal. '<red>red</red>'.termcolor #=> "[31mred[0m"
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.