You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Explicit, distilled memories stored in one inspectable JSONL ledger per repository, with deterministic lexical search and bounded cross-repository reads."
language = "rust"
category = "toolz"
version = "0.13.4"
license = "MIT"
[install]
homebrew = "byteowlz/tap/mmry"
aur = "mmry"
cargo = "mmry-cli"
[links]
github = "https://github.com/byteowlz/mmry"
[[features]]
title = "One source of truth"
description = "Append-only .mmry/mmry.jsonl with no database or service"
[[features]]
title = "Deterministic search"
description = "Fast lexical list and search within one or many configured repositories"
[[features]]
title = "JSON output"
description = "Stable structured output includes repository attribution"
[[examples]]
title = "Quick Start"
language = "bash"
code = """
mmry init
mmry add "Run just fmt" --memory-type procedural --tags rust