Live stream command line output.
pipx install live-cmd
# or
uv tool install live-cmdShell completions:
live update-shell # detect $SHELL, install completionsAgent guide:
live llms.txtlive run -n dev npm run dev # record under PTY, mirror to terminal
# switch terminals / agent tooling
live ls # list sessions started under cwd
live tail -vn +0 dev # resumable polling for agents
live cat dev # full output
live rm dev # delete~/.live/config.json, auto-created.
| Option | Default | Description |
|---|---|---|
ttlDays |
7 |
Time before old sessions are cleaned up. Negative value to disable. |
maxKb |
512 |
Per-session output cap, in KB. Older segments are dropped. |
segmentKb |
64 |
Segment file size, in KB, before rotation. |
heartbeatSec |
30 |
Seconds between writer heartbeats; 3× this marks a session hung. |