ansi
Text coloring script
A bash script that generates ANSI escape sequences to manipulate text color and cursor position.
ANSI escape codes in pure bash - change text color, position the cursor, much more
644 stars
16 watching
50 forks
Language: Shell
last commit: almost 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
chriskempson/base16-shell | A set of scripts to change shell default ANSI colors and provide additional color schemes. | 210 |
farias-hecdin/hextoansi | A tool for converting hexadecimal color codes to ANSI color escape sequences. | 0 |
chalk/strip-ansi-cli | Tools for removing ANSI escape codes from text input. | 56 |
fazibear/colorize | A Ruby library for colorizing text using ANSI escape sequences | 1,248 |
philfernandez/printc | An ANSI color code wrapper around a terminal's color palette | 14 |
chalk/strip-ansi-stream | A utility for removing special formatting codes from text streams | 34 |
m00qek/baleia.nvim | A plugin for Neovim that provides text colorization functionality using ANSI escape sequences or true colors. | 139 |
chalk/ansi-styles | Provides ANSI escape codes for styling strings in the terminal | 422 |
kabie/dye | A library that provides ANSI escape sequences to color text in terminal output. | 21 |
janlelis/paint | A Ruby gem providing ANSI terminal color manipulation and effects | 374 |
lukeed/kleur | A lightweight Node.js library for formatting terminal text with ANSI colors | 1,623 |
com-lihaoyi/fansi | A Scala library for working with fancy ANSI colored strings in a safe and efficient way. | 227 |
chalk/strip-ansi | Removes unwanted formatting codes from text | 398 |
icodeforlove/colors | Provides an easy-to-use API for applying ANSI codes to strings in Swift. | 28 |
jdhealy/prettycolors | A Swift library for styling text in the Terminal using ANSI escape codes. | 171 |