awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • railsware/uptermالصورة الرمزية لـ railsware

    railsware/upterm

    19,083عرض على GitHub↗

    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
    عرض على GitHub↗19,083
  • manifoldco/promptuiالصورة الرمزية لـ manifoldco

    manifoldco/promptui

    6,396عرض على GitHub↗

    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
    عرض على GitHub↗6,396
  1. Home
  2. Operating Systems & Systems Programming
  3. Interactive Terminal Rendering

استكشف الوسوم الفرعية

  • 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.