Skip to content

Commit 1710bc8

Browse files
phiatclaude
andcommitted
Add pkg.go.dev badge and package doc comment
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e7d0bc4 commit 1710bc8

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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+
35
Stream Claude Code's hidden output (thinking, tool calls, subagents) to a separate terminal in real-time.
46

57
![claude-esp screenshot](docs/screenshot.png)

main.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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.
113
package main
214

315
import (

0 commit comments

Comments
 (0)