Commit graph

17 commits

Author SHA1 Message Date
lew
42735143e7 feat(set): --secret flag to mark input as a secret 2025-11-06 23:54:06 +00:00
lew
5cdcc1d3d3 feat(restore): restore ndjson dumps 2025-11-06 23:42:09 +00:00
lew
86867a097b feat(dump): dump on a per-entry basis, using whichever encoding works. or force all into a specified type 2025-11-06 23:41:56 +00:00
lew
571e692ea5 feat(dump): dumping data from badger.DB into n-djson 2025-11-06 23:18:27 +00:00
lew
11cafdeb3d feat(list): adds --delimiter flag to override default 2025-11-06 22:56:21 +00:00
lew
0b980ed9dc feat(Store): extracted suggestion logic into a helper so we can share it between list and delete-dbs 2025-11-06 22:52:14 +00:00
lew
fa224d9b38 feat(parser): adds explicit DB parser for when we don't want a key - should probably reject keyinput on match 2025-11-06 22:47:01 +00:00
lew
af049a6ade feat(delete): added confirmation prompt, overrideable with --force 2025-11-06 22:39:48 +00:00
lew
4d755399aa build(gitignore): adds .gocache and .build 2025-11-06 22:39:31 +00:00
lew
77cce90dab feat(gitignore): added .cache 2025-11-06 22:30:59 +00:00
lew
990ff7ce40 feat(cmd): added flag for displaying binary data in tty, and cleaned up some old code 2025-11-06 22:30:50 +00:00
lew
63ade13e7a feat(del-db): initial delete-db, with fixed levenshtein distance suggestions 2025-11-06 19:39:08 +00:00
lew
23376c3515 feat(list-dbs): initial listdbscommand 2025-11-06 18:49:45 +00:00
lew
2da42de7ab feat(cmd): added listcmd and refactored transactions to use TransactionArgs 2025-11-06 17:48:38 +00:00
lew
cc206a7c8a feat(del): initial delcmd 2025-11-06 15:20:40 +00:00
lew
e30338e8f2 feat(set): initial setcmd 2025-11-06 15:17:39 +00:00
lew
0520418489 feat(init): initial commit 2025-11-06 15:00:18 +00:00