Skip to main content

kapi memory

kapi memory

Manage content memory.

A content memory stores previously produced content as a SQLite database: source segments with the targets settled for them. Use these commands to import/export TMX, look up matches, and manage entries.

Inside a project, no flag means the project's own content memory, a subsystem of .kapi/work/store.db, which is why it is addressed by project rather than by path. Use -p to name the project explicitly.

Standalone store instead (mutually exclusive): --name <n> Named content memory in the kapi config dir (memory/<n>.db) --local Content memory in current directory (./memory.db) --file <path> Explicit file path

Outside a project and with no flag: same as --local (uses ./memory.db).

Commandmemory
Groupassets
Try it

Runs in your browser against a small sample file. Edit the command before running, or press Run to execute it as shown.

kapi memory stats
Flags

This command has no local flags.

More examples
kapi memory lookup "welcome back" -s en -t fr
kapi memory import corpus.tmx -s en -t fr

← Back to the Command Reference