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

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

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

4 مستودعات

Awesome GitHub RepositoriesBuffered Output Executions

Executes a command inside a sandbox, collects all stdout and stderr into memory, and returns the output and exit status after completion.

Distinct from Background Command Execution: Distinct from Background Command Execution: collects output synchronously into memory, not asynchronous background execution.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Buffered Output Executions. Refine with filters or upvote what's useful.

Awesome Buffered Output Executions GitHub Repositories

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

    superradcompany/microsandbox

    6,570عرض على GitHub↗

    Microsandbox is a runtime for creating and managing lightweight, hardware-isolated virtual machines — called sandboxes — that boot directly from standard OCI container images. Each sandbox runs as its own host process with a separate kernel, filesystem, and network stack, providing process-per-sandbox isolation. The project includes a command-line tool and multi-language SDKs (Rust, TypeScript, Python, Go) for programmatic lifecycle control, and it communicates with sandbox agents over Unix sockets using a CBOR-encoded protocol. What distinguishes Microsandbox is its combination of host-manag

    Executes commands in sandboxes and returns buffered stdout, stderr, and exit status.

    Rust
    عرض على GitHub↗6,570
  • sachaos/viddyالصورة الرمزية لـ sachaos

    sachaos/viddy

    5,369عرض على GitHub↗

    Viddy هو مراقب ومراقب أوامر محطة طرفية تفاعلي ينفذ أوامر الصدفة على فترات متكررة لتتبع التغييرات في المخرجات بمرور الوقت. يعمل كعارض سجل تنفيذ الأوامر وعارض اختلاف المخرجات، مما يسمح للمستخدمين بمراقبة تغييرات الحالة في الوقت الفعلي داخل واجهة المحطة الطرفية. تتميز الأداة بتوفير قدرات التشغيل والتنقل في السجل، مما يتيح للمستخدمين التحرك للخلف وللأمام عبر تسلسل مسجل من مخرجات الأوامر السابقة. تتضمن عارض اختلاف مخرجات مخصص يبرز بصرياً إضافات أو إزالات النص بين عمليات التنفيذ المتتالية. يدمج النظام عارضاً يعتمد على لوحة المفاتيح لفحص المخرجات الطويلة من خلال التمرير والبحث عن النص. كما يتميز بإدارة الحالة للإيقاف المؤقت واستئناف التنفيذ الدوري ونظام تهيئة لتخصيص تعيينات المفاتيح وأنظمة الألوان.

    Stores command outputs in a rewritable buffer to maintain a clean and updated terminal display.

    Rustcligolangterminal
    عرض على GitHub↗5,369
  • trogdoro/xikiالصورة الرمزية لـ trogdoro

    trogdoro/xiki

    3,758عرض على GitHub↗

    xiki is a GUI-enhanced shell console that integrates graphical user interface components and an editable output buffer into a standard shell environment. It functions as an interactive command-line interface and CLI overlay, rendering graphical elements on top of a traditional character-based terminal grid. The project serves as a custom shell command builder and menu system, allowing users to map shell commands to graphical menus and interactive shortcuts. This enables the creation of personalized workflows to launch and manage system tools through a visual interface. The system transforms

    Provides an editable buffer to store and modify terminal output for real-time text manipulation.

    Ruby
    عرض على GitHub↗3,758
  • rs/curlieالصورة الرمزية لـ rs

    rs/curlie

    3,670عرض على GitHub↗

    Curlie is a terminal-based HTTP client and debugging tool used for executing network requests and interacting with REST APIs. It provides a command line interface for sending requests using simplified syntax, with a specific focus on interacting with JSON services. The tool distinguishes itself by converting simplified interactive requests into standard curl commands for external reproduction and sharing. It also features unbuffered data streaming to monitor server responses in real time as they arrive. The project covers a broad range of API testing capabilities, including request prototypi

    Uses output buffers to manage the flow of network responses for clean terminal display.

    Go
    عرض على GitHub↗3,670
  1. Home
  2. DevOps & Infrastructure
  3. Remote Command Execution
  4. Background Command Execution
  5. Buffered Output Executions

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

  • UI Output BuffersBuffers used to store and update terminal output for clean display and historical navigation. **Distinct from Buffered Output Executions:** Distinct from Buffered Output Executions: focuses on the UI display layer and rewritability rather than just capturing stdout/stderr for a sandbox return.