Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ docker run --rm \
|--version||Show version information|
|-s, --source|Required|The source directory/directories containing the unzipped ChatGPT exported files.<br>Must contain at least one conversations.json, in the folder or one of its subfolders.<br>You can specify a parent directory containing multiple exports.<br>You can also specify multiple source directories (eg, -s dir1 -s dir2), and they will be processed in sequence.|
|-d, --destination|Required|The directory where markdown files and assets are to be created|
|-j, --json||Export to json files (true or false). [default: False`]|
|-j, --json||Export to json files (true or false). [default: False]|
|-m, --markdown||Export to markdown files (true or false). [default: True]|
|--html||Export to html files (true or false). [default: False]|
|-hf, --htmlformat ||Specify format for html exports (Bootstrap or Tailwind). [default: Tailwind]|
Expand All @@ -95,4 +95,4 @@ Image assets (if present) are also extracted and copied to the destination folde
* Running this on a large export may create many files. It will also overwrite any existing files with the same name. Be sure to choose choose an empty destination directory for the first run.
* Keep a copy of your raw export ZIPs. In the future you may want to re‑run the tool to generate updated Markdown or a better format:
* This program may be improved with new features in the future and you may want to rerun
* Someone else may write a better one
* Someone else may write a better one
Loading