4 dépôts
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.
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.
Viddy est un moniteur et observateur de commande de terminal interactif qui exécute des commandes shell à intervalles récurrents pour suivre les changements de sortie au fil du temps. Il fonctionne comme un pager d'historique d'exécution de commande et une visionneuse de différence de sortie, permettant aux utilisateurs de surveiller les changements d'état en temps réel au sein d'une interface de terminal. L'outil se distingue en fournissant des capacités de lecture et de navigation dans l'historique, permettant aux utilisateurs de se déplacer en arrière et en avant à travers une séquence enregistrée de sorties de commandes précédentes. Il inclut une visionneuse de diff de sortie dédiée qui met visuellement en évidence les ajouts ou suppressions de texte entre des exécutions consécutives. Le système incorpore un pager piloté par clavier pour inspecter les longues sorties via le défilement et la recherche de texte. Il dispose également d'une gestion d'état pour mettre en pause et reprendre l'exécution périodique et un système de configuration pour personnaliser les raccourcis clavier et les jeux de couleurs.
Stores command outputs in a rewritable buffer to maintain a clean and updated terminal display.
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.
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.