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 ps              # active sessions
live ps -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.6.0.tar.gz (137.5 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.6.0-py3-none-any.whl (78.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for live_cmd-0.6.0.tar.gz
Algorithm Hash digest
SHA256 3804904a74e126daedfc17e28205e9216234234241b495b1cde4dccbb6c41476
MD5 065c294afd97eaab5e21a1f141b68faf
BLAKE2b-256 203b2fd3cbe890ad772cf280779e40c461ed1ee4b31bd7104b838644663edd61

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for live_cmd-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 580f414acb70de7b4c9aa8c2b4009f23787d983d4fc6d9463a704a797af5114c
MD5 7fce446d60adfae2a0b1b88757cd1b92
BLAKE2b-256 e5d871c71db41e7cc105f32d9ce73f79401b1cb72759ebf4168af11318b4b91f

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