Skip to content

Commit d1c9723

Browse files
committed
Document --repo filter and repo display in web session picker
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> Transcrip for the --repo filter and display: https://gisthost.github.io/?34a849706794d9844e80dae4edf0f027/index.html
1 parent 9df479d commit d1c9723

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ All commands support these options:
4747

4848
- `-o, --output DIRECTORY` - output directory (default: writes to temp dir and opens browser)
4949
- `-a, --output-auto` - auto-name output subdirectory based on session ID or filename
50-
- `--repo OWNER/NAME` - GitHub repo for commit links (auto-detected from git push output if not specified)
50+
- `--repo OWNER/NAME` - GitHub repo for commit links (auto-detected if not specified). For `web` command, also filters the session list.
5151
- `--open` - open the generated `index.html` in your default browser (default if no `-o` specified)
5252
- `--gist` - upload the generated HTML files to a GitHub Gist and output a preview URL
5353
- `--json` - include the original session file in the output directory
@@ -87,6 +87,20 @@ claude-code-transcripts web SESSION_ID
8787
claude-code-transcripts web SESSION_ID --gist
8888
```
8989

90+
The session picker displays sessions grouped by their associated GitHub repository:
91+
92+
```
93+
simonw/datasette 2025-01-15T10:30:00 Fix the bug in query parser
94+
simonw/llm 2025-01-14T09:00:00 Add streaming support
95+
(no repo) 2025-01-13T14:22:00 General coding session
96+
```
97+
98+
Use `--repo` to filter the session list to a specific repository:
99+
100+
```bash
101+
claude-code-transcripts web --repo simonw/datasette
102+
```
103+
90104
On macOS, API credentials are automatically retrieved from your keychain (requires being logged into Claude Code). On other platforms, provide `--token` and `--org-uuid` manually.
91105

92106
### Publishing to GitHub Gist

0 commit comments

Comments
 (0)