DEV Community

Cover image for Learn Claude Code: /export
Eduardo Aguilera
Eduardo Aguilera

Posted on • Originally published at aguilera.ee

Learn Claude Code: /export

Save your whole conversation to a text file in one command.

Description

Exports the current conversation as plain text. With a filename argument, writes directly to that file; without, opens a dialog to copy to clipboard or save.

Use case

A colleague asked how you fixed the flaky test. Rather than rewriting the story, you export the conversation and drop it in a Slack thread.

Learn more at aguilera.ee/blog

Top comments (1)

Collapse
 
marcusykim profile image
Marcus Kim

I like the reminder that mobile work does not end when the feature works locally. The boring parts around store setup, identifiers, privacy, testing, and rollout are part of the product too. Beginners save themselves a lot of pain by planning that path before the last week.