Skip to content

Commit 854a4f8

Browse files
authored
Update README with JSONL and URL command details
Added information about JSONL file compatibility and URL support for json command.
1 parent 5210790 commit 854a4f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,9 @@ Convert a specific session file directly:
151151
claude-code-transcripts json session.json -o output-directory/
152152
claude-code-transcripts json session.jsonl --open
153153
```
154+
This works with both JSONL files in the `~/.claude/projects/` folder and JSON session files extracted from Claude Code for web.
154155

155-
When using [Claude Code for web](https://claude.ai/code) you can export your session as a `session.json` file using the `teleport` command.
156+
The `json` command can take a URL to a JSON or JSONL file as an alternative to a path on disk.
156157

157158
### Converting all sessions
158159

0 commit comments

Comments
 (0)