Hacker News
- ANSI Escape Sequences Cheatsheet https://gist.github.com/ConnerWill/d4b6c776b509add763e17f9f113fd25b 2 comments
- Sequin: A powerful little tool for inspecting ANSI escape sequences https://github.com/charmbracelet/sequin 31 comments
Lobsters
- Support Fraktur ANSI escape sequence | iterm2 https://gitlab.com/gnachman/iterm2/issues/2618 2 comments programming
- proposed new ANSI escape sequences for hyperlinks to URLs http://lists.canonical.org/pipermail/kragen-tol/2013-June/000975.html 2 comments unix
- ANSI Escape Sequences https://www.reddit.com/r/scheme/comments/4i1r1h/ansi_escape_sequences/ 3 comments scheme
- ansi-parser: A pure rust Ansi Escape Sequence parser. https://gitlab.com/davidbittner/ansi-parser 5 comments rust
- Mapping to strip ANSI color escape sequences. http://unix.stackexchange.com/a/4533 9 comments vim
- Node.js library for colorizing text using ANSI escape sequences. https://github.com/jorgebucaran/clorox 18 comments node
- proposed new ANSI escape sequences for hyperlinks to URLs http://lists.canonical.org/pipermail/kragen-tol/2013-june/000975.html 28 comments linux
- Colorette: Node.js library for colorizing text using ANSI escape sequences https://github.com/jorgebucaran/colorette 7 comments node
- Colorette: Node.js library for colorizing text using ANSI escape sequences https://github.com/jorgebucaran/colorette 4 comments node
- [Ann] Package sgr provides formatters to write ANSI escape sequences that can format and colorize text. https://pkg.go.dev/git.sr.ht/~rj/sgr 2 comments golang
- Reflow - A word-wrapping algorithm for console tools, supporting the io.Writer interface and ANSI escape sequences (so you can still style your output) https://github.com/muesli/reflow 7 comments golang
- osmanip v4.5.0: a library for output stream manipulation using ANSI escape sequences. Features: colors and styles manipulators, progress bars and terminal graphics https://github.com/JustWhit3/osmanip 2 comments cpp
- osmanip 4.0.0: a C++ library to manipulate ANSI escape sequences to produce color and style manipulators, progress bars and 2D terminal graphics https://github.com/JustWhit3/osmanip 2 comments compsci