awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Terminal Control Sequences · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesTerminal Control Sequences

Implementations of standard protocols for terminal communication, enabling interactive visual output and control.

Distinguishing note: Focuses on the implementation of terminal-specific control sequences for rendering and interaction.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Terminal Control Sequences. Refine with filters or upvote what's useful.

  1. Home
  2. Operating Systems & Systems Programming
  3. Terminal Control Sequences

Awesome Terminal Control Sequences GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • ghostty-org/ghostty

    ghostty-org/ghostty

    44,108View on GitHub↗

    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

    Utilize standard terminal control sequences to build interactive applications that communicate effectively with the rendering engine of the terminal emulator for consistent visual output.

    Zig
    44,108View on GitHub↗
  • tmux/tmux

    tmux/tmux

    41,975View on GitHub↗

    This project is a terminal multiplexer that enables multiple terminal sessions to run simultaneously within a single window or a detached background process. By decoupling the client interface from a persistent server process, it allows users to maintain long-running command-line tasks that continue to execute even after disconnecting from a remote host. The system functions as a terminal window manager and process controller, providing a text-based interface to organize multiple shell processes into custom tiled layouts. It distinguishes itself through a programmable command-line interface t

    Interprets and translates raw terminal control codes to ensure consistent rendering across different environments.

    C
    41,975View on GitHub↗