awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesTTY Detection

Mechanisms to detect if an output stream is a TTY and supports interactive control sequences.

Distinct from TTY Attribute Synchronizations: None of the candidates focus on the detection of TTY status for interactive vs plain text output.

Explore 1 awesome GitHub repository matching operating systems & systems programming · TTY Detection. Refine with filters or upvote what's useful.

Awesome TTY Detection GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • crossterm-rs/crosstermAvatar von crossterm-rs

    crossterm-rs/crossterm

    4,098Auf GitHub ansehen↗

    Crossterm is a cross-platform Rust library for terminal manipulation, providing a low-level interface for controlling terminal state, cursor movement, and text styling. It acts as a cross-platform TTY interface that handles raw mode, alternate screen buffers, and terminal window metadata across different operating systems. The library includes an ANSI text styling engine for applying RGB colors and text attributes to console output, as well as a terminal input event handler for capturing keyboard presses, mouse movements, and terminal resize events in real time. It also provides system clipbo

    Checks if the output stream is a terminal to decide between interactive features and plain text fallback.

    Rustcolorconsolecross-platform
    Auf GitHub ansehen↗4,098
  1. Home
  2. Operating Systems & Systems Programming
  3. TTY Detection