Files
wehub-resource-sync c3749daf48
Tests / test-windows (push) Waiting to run
Tests / test-macos (push) Waiting to run
Tests / test-linux (3.13) (push) Failing after 0s
Tests / test-linux (3.11) (push) Failing after 1s
Tests / lint (push) Failing after 0s
Tests / test-linux (3.9) (push) Failing after 1s
Docker / build (push) Failing after 1s
Docker / build-gpu (push) Failing after 2s
chore: import upstream snapshot with attribution
2026-07-13 12:03:03 +08:00

12 lines
427 B
Python

#!/usr/bin/env python3
"""Example: import Claude Code / ChatGPT conversations."""
print("Import Claude Code sessions:")
print(" mempalace mine ~/claude-sessions/ --mode convos --wing my_project")
print()
print("Import ChatGPT exports:")
print(" mempalace mine ~/chatgpt-exports/ --mode convos")
print()
print("Use general extractor for richer extraction:")
print(" mempalace mine ~/chats/ --mode convos --extract general")