We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5210790 commit 854a4f8Copy full SHA for 854a4f8
README.md
@@ -151,8 +151,9 @@ Convert a specific session file directly:
151
claude-code-transcripts json session.json -o output-directory/
152
claude-code-transcripts json session.jsonl --open
153
```
154
+This works with both JSONL files in the `~/.claude/projects/` folder and JSON session files extracted from Claude Code for web.
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.
157
158
### Converting all sessions
159
0 commit comments