table of contents
| import(1) | General Commands Manual | import(1) |
NAME¶
import - Import a session from JSON, a Claude Code / Codex / Pi .jsonl, or an encrypted Nostr share link
SYNOPSIS¶
import [--nostr] [-h|--help] <INPUT>
DESCRIPTION¶
Import a session from JSON, a Claude Code / Codex / Pi .jsonl, or an encrypted Nostr share link
OPTIONS¶
- --nostr
- Treat input as an encrypted Nostr share link
- -h, --help
- Print help
- <INPUT>
- Path to a goose session export, a Claude Code, Codex, or Pi .jsonl transcript, or a goose://sessions/nostr share link
SEE ALSO¶
goose(1), goose-session(1), goose-session-diagnostics(1), goose-session-export(1), goose-session-list(1), goose-session-remove(1)
| import |