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.4.0.tar.gz (132.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.4.0-py3-none-any.whl (74.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for live_cmd-0.4.0.tar.gz
Algorithm Hash digest
SHA256 b5d6c8458ea8db41e5d36d334088ddf7c32677c2957692ea38dbbb1597186d35
MD5 dc259d4ef44553f1ccaf11d196079412
BLAKE2b-256 5329a3f6a92f0384018013f8fd285d9550a61320e3545848f9234d4d47e606a7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for live_cmd-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a40b68264238460410d3ee1b8e667c308c7b4414c13212993454efdb372993d1
MD5 3c93b20855cea79941027e8ba83a75c4
BLAKE2b-256 d764f565a63867b4819df5e9053ab9bd67ba928ba6b4db971f2011e560e55f4a

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