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
·

2 Repos

Awesome GitHub RepositoriesInteractive Terminal Rendering

Rendering systems for displaying interactive command-line interfaces for remote shells and terminal applications.

Distinguishing note: Candidates are too specific (hyperlinks, markdown slides) or focus on runtimes rather than the rendering of the emulator itself.

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

Awesome Interactive Terminal Rendering GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • railsware/uptermAvatar von railsware

    railsware/upterm

    19,083Auf GitHub ansehen↗

    Upterm is a terminal emulator development project designed to render an interactive command-line interface. It provides emulation for standard terminals to maintain compatibility with complex command-line programs, text editors, and remote shells. The project focuses on shell workflow optimization through interactive command completion. This includes a state-driven suggestion engine that displays a suggestion box with command descriptions and expanded alias values while a user is typing. The system manages real-time input and output streams using pseudo-terminals and virtual terminal emulati

    Renders an interactive command-line interface supporting remote shells and standard terminal-based applications.

    TypeScript
    Auf GitHub ansehen↗19,083
  • manifoldco/promptuiAvatar von manifoldco

    manifoldco/promptui

    6,396Auf GitHub ansehen↗

    Promptui is a Go library for building interactive command-line prompts, providing components for collecting text input with validation, presenting scrollable selection lists, and enabling dynamic addition of list items. It serves as a toolkit for creating terminal user interfaces where users can navigate menus, search options, and enter text with live validation and masking. The library implements interactive prompts through a synchronous blocking I/O model combined with ANSI cursor control and terminal-event-driven rendering, allowing for real-time UI updates. Its template-driven output form

    Renders interactive prompts by listening for raw terminal input events and redrawing only the changed lines in place.

    Goclicommand-linegolang
    Auf GitHub ansehen↗6,396
  1. Home
  2. Operating Systems & Systems Programming
  3. Interactive Terminal Rendering

Unter-Tags erkunden

  • Event-Driven RenderersRendering engines that listen for raw terminal input events and redraw only the changed lines in place. **Distinct from Interactive Terminal Rendering:** Distinct from Interactive Terminal Rendering: focuses on event-driven rendering triggered by terminal input events rather than general interactive terminal display.
  • WebGL-Based EmulatorsTerminal emulators that utilize WebGL for rendering remote shell sessions in a browser. **Distinct from Interactive Terminal Rendering:** Specifically targets the WebGL rendering technology for browser-based shells, whereas the parent is general interactive terminal rendering.