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
12 lines
427 B
Python
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")
|