What problem does it solve?
This Skill helps you turn any existing software into a polished terminal experience—an interactive Textual TUI plus an automation-ready Click CLI—so you can browse, monitor, and operate the tool without building everything from scratch.
Core Features & Use Cases
- Dual-output app generation: Produces both a Textual TUI for interactive workflows and a Click CLI for scripted usage from the same core backend.
- Professional terminal UX: Provides tabbed layout, sidebar status/metadata, streaming logs, data tables, and a command palette, plus starter themes (dark, light, high_contrast, brand).
- Shared backend core: Centralizes binary discovery/invocation and session state so the TUI and CLI stay consistent.
- Use case: When you need to wrap a complex tool (like a media processor, batch job runner, or internal binary) with a user-friendly interface and repeatable automation commands.
Quick Start
Ask LiteHarness to generate a LiteTUI wrapper for a tool by running: "Generate a Textual TUI and Click CLI wrapper for ffmpeg into ./output with the description 'FFmpeg video processing TUI'."