File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 11# claude-esp
22
3+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/phiat/claude-esp.svg )] ( https://pkg.go.dev/github.com/phiat/claude-esp )
4+
35Stream Claude Code's hidden output (thinking, tool calls, subagents) to a separate terminal in real-time.
46
57![ claude-esp screenshot] ( docs/screenshot.png )
Original file line number Diff line number Diff line change 1+ // Claude-esp streams Claude Code's hidden output (thinking, tool calls, subagents)
2+ // to a separate terminal in real-time.
3+ //
4+ // Usage:
5+ //
6+ // claude-esp # Watch all active sessions
7+ // claude-esp -n # Skip history, live only
8+ // claude-esp -s <ID> # Watch a specific session
9+ // claude-esp -a # List active sessions
10+ // claude-esp -l # List recent sessions
11+ //
12+ // See https://github.com/phiat/claude-esp for full documentation.
113package main
214
315import (
You can’t perform that action at this time.
0 commit comments