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

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

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

4 مستودعات

Awesome GitHub RepositoriesReal-time Loggers

Widgets for streaming and managing live log output with automatic scrolling.

Distinguishing note: Distinct from general log viewers by emphasizing real-time streaming and auto-scroll behavior.

Explore 4 awesome GitHub repositories matching user interface & experience · Real-time Loggers. Refine with filters or upvote what's useful.

Awesome Real-time Loggers GitHub Repositories

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

    Textualize/textual

    36,285عرض على GitHub↗

    This project is a framework for building interactive, graphical-style terminal applications. It provides a declarative component model that organizes user interfaces into a tree of nested widgets, each managing its own lifecycle, state, and rendering. By subclassing the base application class, developers can construct complex, keyboard-navigable interfaces that run directly within terminal emulators. The framework distinguishes itself through a reactive architecture and a CSS-based layout engine. It uses a reactive attribute system to automatically track state changes and trigger targeted int

    Provides widgets for streaming and managing live log output with automatic scrolling.

    Pythoncliframeworkpython
    عرض على GitHub↗36,285
  • louislam/dockgeالصورة الرمزية لـ louislam

    louislam/dockge

    22,093عرض على GitHub↗

    Dockge is a web-based management interface for containerized applications that utilizes configuration files as the primary source of truth. It provides a centralized dashboard for orchestrating container stacks, allowing users to create, edit, and control services directly through a graphical interface rather than the command line. The platform distinguishes itself by offering a migration utility that converts manual container execution commands into structured configuration files. It supports the management of distributed infrastructure by connecting to multiple remote hosts from a single in

    Displays real-time logs and progress updates for container operations within the web interface.

    TypeScriptdockerdocker-composedocker-deployment
    عرض على GitHub↗22,093
  • triggerdotdev/trigger.devالصورة الرمزية لـ triggerdotdev

    triggerdotdev/trigger.dev

    13,696عرض على GitHub↗

    Trigger.dev is a platform for building durable, event-driven background workflows. It functions as a workflow engine that allows developers to define complex, long-running processes using standard code rather than proprietary configuration languages. By utilizing a durable execution model, the system checkpoints progress, ensuring that tasks can automatically resume from the exact point of failure after a crash or interruption. The platform distinguishes itself through its focus on stateful, multi-step automation and real-time feedback. It supports the orchestration of AI agents and external

    Streams live execution logs and progress updates directly to user interfaces for immediate monitoring.

    TypeScriptaiai-agent-frameworkai-agents
    عرض على GitHub↗13,696
  • klaudiosinani/signaleالصورة الرمزية لـ klaudiosinani

    klaudiosinani/signale

    9,176عرض على GitHub↗

    Signale is a highly configurable logging library for Node.js applications that provides 16 built-in loggers, each with distinct badges, colors, and labels for different message types. It functions as a console logger that displays timestamps, labels, badges, and filenames in configurable log output, and includes an interactive mode that overwrites previous messages in place for real-time progress indicators. The library distinguishes itself through several advanced capabilities, including a custom logger factory that lets developers create new logger types with unique badges, colors, and labe

    Implements an interactive mode that overwrites previous log messages for live progress updates.

    JavaScriptcliconsolelibrary
    عرض على GitHub↗9,176
  1. Home
  2. User Interface & Experience
  3. Real-time Loggers

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

  • In-Place Log OverwritesLoggers that update previous messages in place for real-time progress indicators without console clutter. **Distinct from Real-time Loggers:** Distinct from Real-time Loggers: focuses on overwriting log lines directly rather than streaming and auto-scrolling.