Skip to main content

Live stream command line output.

Project description

live

Live stream command line output.

Enable agents to inspect logs via familiar interfaces like cat and tail. Explore logs from long-running or long-dead processes.

Large logs auto-rotate. Old sessions are cleaned opportunistically. No long running daemons. All state is stored in ~/.live.

Requires Python 3.10+. Zero dependencies.

Install

pipx install live-cmd
# or
uv tool install live-cmd

Install shell completions:

live update-shell

Install agent skill:

npx skills add astralarium/live

Print agent guide:

live llms.txt

Usage

Record command:

live run -n server npm start   # foreground
live run -dn server npm start  # run detached; print session UUID

Inspect sessions:

live ls              # active sessions
live ls -ag          # all sessions
live less server     # interactive paging
live tail -f server  # follow logs

Select by name (newest match) or UUID prefix. Commands are scoped to the current directory (and descendants); pass -C PATH to scope another directory, or -g for global scope.

Stop and clean up:

live stop server
live rm server
live rm --exited --older-than 1d

Agents

Resumable streaming for agents using POSIX semantics:

live cat -v server

Verbose output (-v) returns stream metadata on stderr.

live: id=925f… next-line=42 next-byte=250 last-time=1800…

Continue reading from next line:

live tail -vn +42 server

Config

~/.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.

References

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

live_cmd-0.5.0.tar.gz (134.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

live_cmd-0.5.0-py3-none-any.whl (75.4 kB view details)

Uploaded Python 3

File details

Details for the file live_cmd-0.5.0.tar.gz.

File metadata

  • Download URL: live_cmd-0.5.0.tar.gz
  • Upload date:
  • Size: 134.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.3

File hashes

Hashes for live_cmd-0.5.0.tar.gz
Algorithm Hash digest
SHA256 927f19351af61528420a328aaf4484ab20e6d0cc53b3daa3692a56c55f1488c0
MD5 c53ad854d075c73a7381574b5bcf2f1f
BLAKE2b-256 7fcebf17b17b273b287fe6b001355bd645e72b7afd639d1764c688b7b973b4f7

See more details on using hashes here.

File details

Details for the file live_cmd-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: live_cmd-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 75.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.3

File hashes

Hashes for live_cmd-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9e328cb6cf9f04ba230d04255110c0123cf2272aeea0572ed4c87bbb6ee8c33a
MD5 532ff35d5c1c5cd4099081d49496944d
BLAKE2b-256 912ae180b82f8b3c07a7a2a8d12119bcb3e039c6b5c89a8a0d8344f36fce4d6a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page