lazywslcontainer
Lazydocker-inspired TUI for WSL containers (wslc.exe) β manage containers, images, logs, and ASCII-graphed stats in one keypress
A terminal UI for wslc.exe, the Docker-like CLI built into WSL on Windows. It puts everything one keypress away in a single TUI: list/stop/start/restart/remove containers, run/build images with inline argument prompts, tail logs, inspect JSON (pretty-printed), and live stats rendered as multi-row ASCII sparklines for CPU% and memory.
Why I built it: I kept forgetting wslc flags and jumping between terminal windows. lazydocker spoiled me for Docker β I wanted the same laziness for WSL containers.
Whatβs delightful: the stats tab. Each container gets a 3-row sparkline (βββββ
βββ) with 60 samples of CPU (cyan, 0-100%) and memory (magenta), with min/max/cur labels β all in pure terminal, no browser, no Electron. Also: mouse support, / filter, confirm prompts for destructive actions, and scrollable pretty-printed JSON inspect.