awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • superradcompany/microsandboxAvatar superradcompany

    superradcompany/microsandbox

    6,570Vezi pe 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
    Vezi pe GitHub↗6,570
  • sachaos/viddyAvatar sachaos

    sachaos/viddy

    5,369Vezi pe GitHub↗

    Viddy este un monitor și watcher interactiv de comenzi de terminal care execută comenzi shell la intervale recurente pentru a urmări modificările în output în timp. Acesta funcționează ca un pager de istoric al execuției comenzilor și un vizualizator de diferențe de output, permițând utilizatorilor să monitorizeze schimbările de stare în timp real într-o interfață de terminal. Instrumentul se distinge prin furnizarea de capabilități de redare și navigare în istoric, permițând utilizatorilor să se deplaseze înainte și înapoi printr-o secvență înregistrată de output-uri anterioare ale comenzilor. Include un vizualizator dedicat de diferențe de output care evidențiază vizual adăugările sau eliminările de text între execuții consecutive. Sistemul încorporează un pager controlat prin tastatură pentru inspectarea output-urilor lungi prin scroll și căutarea textului. De asemenea, dispune de gestionarea stării pentru a întrerupe și relua execuția periodică și un sistem de configurare pentru personalizarea mapărilor de taste și a schemelor de culori.

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

    Rustcligolangterminal
    Vezi pe GitHub↗5,369
  • trogdoro/xikiAvatar trogdoro

    trogdoro/xiki

    3,758Vezi pe 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
    Vezi pe GitHub↗3,758
  • rs/curlieAvatar rs

    rs/curlie

    3,670Vezi pe 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
    Vezi pe GitHub↗3,670
  1. Home
  2. DevOps & Infrastructure
  3. Remote Command Execution
  4. Background Command Execution
  5. Buffered Output Executions

Explorează sub-etichetele

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