escape-sequences
There are 63 repositories under escape-sequences topic.
mathiasbynens/jsesc
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
piotrmurach/pastel
Terminal output styling with intuitive and clean API.
janlelis/paint
Ruby gem for ANSI terminal colors 🎨︎ VERY FAST
jiro4989/textimg
Command to convert from color text (ANSI or 256) to image.
andre-simon/highlight
Source code to formatted text converter
InfosecMatter/terminal-escape-injections
A repository dedicated to terminal escape injections.
objecthub/swift-commandlinekit
Framework supporting the development of command-line tools in Swift on macOS and Linux. The framework supports managing command-line arguments, provides lightweight functions to deal with escape sequences, and defines an API for reading strings from the terminal.
BourgeoisBear/ansiart2utf8
Processes legacy BBS-style ANSI art (ACiDDraw, PabloDraw, etc.) to UTF-8. Escape codes and line endings are processed for terminal friendliness.
andre-simon/ansifilter
ANSI sequence filter
iamakulov/unescape-js
Unescape special characters encoded by JavaScript escape sequences
techsenger/ansi4j
Techsenger Ansi4j is a library that includes Java parser for processing text with ANSI escape codes (ISO/IEC 6429 control functions) and a CSS extension for styling the text.
duclos-cavalcanti/shmenu
Menu TUI tool written solely in bash
ormai/snake
Snake for the terminal
iansan5653/unraw
🔄 Reverse of JavaScript's `String.raw` API.
trapd00r/Term-ExtendedColor
Color screen output using extended escape sequences
Arsenic-ATG/JATE
A text editor created in C which supports all features expected from a minimal text editor with no dependencies
siffiejoe/lua-cprint
Improved print function that handles ANSI escapes even on Windows
wez/ecma48
The spec for "ANSI Escape sequences" in searchable, linkable form
mulle-nat/mulle-c-string-escape
➿ mulle-c-string-escape turns data into C-strings
thelowsunoverthemoon/tsprite
Convert Sprites to Windows escape sequences, optimized for Conhost games
davidvontamar/ansi-term
“ANSITerm” provides ANSI escape codes and true color formatting for .NET Core's Console on Linux terminals.
KSXGitHub/strip-ansi-cli
Strip ANSI escape sequences from text
dokutan/esc2html
Convert escape sequences to html
qexat/Coquille
Coquille is a lightweight library that wraps terminal escape sequences to easily apply them to a stream.
grimmer0125/terminal-title-change
A Python CLI package to change terminal title on macOS. For zsh with "oh my zsh" theme, you need to set DISABLE_AUTO_TITLE=”true” in ~/.zshrc. Why it does not work on Windows & Ubuntu: https://github.com/grimmer0125/terminal-title-change/wiki. Download Stats: https://pepy.tech/project/termtitle
madhurimarawat/Learning-Programming-Concepts-With-C
This repository contains programs in the C programming language.
srccircumflex/TheVTPyProject
Python library for creating text-based user interfaces (TUI) based on ANSI escape sequences and modifying the emulator (unblocked stdin, disabling implemented functions, ...).
craigbarnes/ltcn
Moved to https://gitlab.com/craigbarnes/ltcn
Pritam-s/Python_MasterClass_RoadMap
A Roadmap for Masterclass in Python.
5j9/flake8-invalid-escape-sequences
A plugin for flake8 that detects and reports invalid escape sequences
coezbek/vtparser
VT100 parser in pure ruby
cpp-gamedev/forest
Single header ANSI escape code text formatter
dbkaplun/parse-ansi
💻 parse ANSI escape codes (colors, underlines, etc.)
MadLadSquad/UntitledEscapeParser
A unix escape sequence parser written in C++
movsb/aes2htm
An ANSI escape sequence to HTML converter
pboardman/py100
VT100 escape sequences wrapper in python