1 repository
APIs that allow widgets to execute shell commands asynchronously and process their output.
Distinct from Shell Command Execution: Distinct from Shell Command Execution: specifically designed for widget environments, returning stdout/stderr as promises to widgets.
Explore 1 awesome GitHub repository matching development tools & productivity · Widget Shell Command APIs. Refine with filters or upvote what's useful.
Übersicht is a desktop widget engine for macOS that renders JavaScript-based widgets as live content directly on the desktop background. Widgets are authored using JSX syntax with inline CSS styling, enabling a React-like component model and automatic code reload without manual refreshing. The engine provides built-in bridges for executing arbitrary shell commands asynchronously, accessing device geographic location with street-level detail, and routing outbound HTTP requests through a local proxy to bypass cross-origin restrictions when fetching external data. Distinctively, widgets can be a
Provides an API for executing shell commands from within widgets and processing their output asynchronously.