Put Terminal Output on Your Desktop
Terminal Widget lets you send output from commands, scripts, and APIs directly to macOS desktop widgets with rich formatting, progress bars, sparklines, and image support. It is available exclusively on the Mac App Store for $4.99.
Features
- Display any output from scripts, commands, or APIs in Desktop widgets
- Multiple widgets can be targeted individually
- Display local or remote images, including those generated by APIs
- Display images edge-to-edge
- Full control over colors, fonts, and icon
- Instant updates when called via script
- Full CLI included
- URL scheme available for all features
- Display a progress bar with any number 0-100
- Display sparklines by passing serial integer data
CLI Example
terminal-widget --target widget1 --text "Build complete" --icon "checkmark.seal.fill" --progress 100 --fg "#22c55e"