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.1.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.5.1-py3-none-any.whl (78.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: live_cmd-0.5.1.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.5.1.tar.gz
Algorithm Hash digest
SHA256 bad13c03fa45e47e1d8d55e7b564af48187a0da40f1e03f0c99ada0dcd55394a
MD5 92f7a49fdf49bd51f3c81ebd9bec2cdd
BLAKE2b-256 4fe9add958ffd6a1fff640c2cd059ef93afcc3e7a373f0dd5aef3ed3f1d7321a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: live_cmd-0.5.1-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.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7a3927fc688ed9743a664943c3f6523705db00acbc0345b03e274fb72bf4d2ee
MD5 ea37b8c24bfeb1ad836a84618a20601a
BLAKE2b-256 3c88b4f3743d75f3695c500d9c5975aee3cafad7d44320b257e448c9ed9f42a8

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