4 रिपॉजिटरी
Runs administrative commands via a Python script and returns the execution result for automated workflow integration.
Distinct from Command Execution: Distinct from Command Execution: focuses on admin-scoped operations with result capture for automation, not general script execution.
Explore 4 awesome GitHub repositories matching development tools & productivity · Admin Command 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 inside sandboxes with streaming stdout, stderr, and exit events for real-time processing.
Simple and extensible administrative interface framework for Flask
Provides an interactive web console for executing commands against a Redis server.
The GitHub ToolKit for developing GitHub Actions.
Executes command-line tools and captures their output, exit code, or streams for further processing.
This project is a collection of AppleScript terminal automation scripts designed to bridge a keyboard-focused launcher with a terminal emulator on macOS. It functions as a terminal session manager that programmatically creates windows and executes shell commands. The scripts specifically integrate a productivity launcher with iTerm2, routing commands from the launcher interface into active terminal windows and tabs. This enables the automation of terminal workflows and the execution of complex command line tasks to reduce repetitive typing. The system covers macOS system automation, includin
Routes shell commands from a launcher interface into specific active iTerm2 windows and tabs.