84b1c67c72
feat(completions): wire up store completions and --store flag completions
2026-03-16 16:31:37 +00:00
55b2e7f6cb
feat: makes ls list all stores by default, with config option to disable. adds --store glob support
2026-02-11 23:04:14 +00:00
15c1d6733c
feat(lss): adds --no-header and --short flags, and lowercases all flag descriptions
2026-02-11 19:29:14 +00:00
a4d2e919dc
feat: command rename finalising
2026-02-11 16:13:49 +00:00
5145816b0a
feat: splits --glob into --key and --value searches
2026-02-11 15:21:05 +00:00
ba93931c33
chore: swaps out a %q for '%s' for glob-sep flags
2026-02-11 02:17:25 +00:00
2c9ecd7caf
refactor: remove --encoding flag from list/export commands
...
The auto-detection mode (encodeJsonEntry) is always correct —
it uses text for valid UTF-8 and base64 for binary data. The
explicit base64 and text modes added no practical value and
had zero test coverage.
2026-02-11 00:50:06 +00:00
7b1356f5af
migrate from badger to ndjson-native storage
2026-02-10 23:56:33 +00:00