1 repo
Libraries that interpret and process ANSI escape sequences for terminal emulation and command-line interface compatibility.
Distinguishing note: Focuses on the parsing of terminal control codes rather than general-purpose text processing or UI rendering.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Terminal Control Parsers. Refine with filters or upvote what's useful.
Ghostty is a cross-platform terminal emulator that utilizes GPU-accelerated rendering to provide high-performance text output and low-latency input. It functions as a unified terminal environment, maintaining consistent feature parity and configuration across different operating systems through a specialized windowing abstraction layer. The application is built on a declarative configuration engine that allows users to manage settings, keybindings, and visual themes using modular, plain-text files. It supports dynamic hot-reloading, enabling users to apply configuration changes in real-time w
Translates standard terminal control codes into internal state changes to ensure compatibility with existing command-line tools and interactive applications.