pda/cmd
2025-11-06 23:42:09 +00:00
..
del.go feat(delete): added confirmation prompt, overrideable with --force 2025-11-06 22:39:48 +00:00
delete-db.go feat(del-db): initial delete-db, with fixed levenshtein distance suggestions 2025-11-06 19:39:08 +00:00
dump.go 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
get.go feat(cmd): added flag for displaying binary data in tty, and cleaned up some old code 2025-11-06 22:30:50 +00:00
list-dbs.go feat(list-dbs): initial listdbscommand 2025-11-06 18:49:45 +00:00
list.go feat(list): adds --delimiter flag to override default 2025-11-06 22:56:21 +00:00
restore.go feat(restore): restore ndjson dumps 2025-11-06 23:42:09 +00:00
root.go feat(init): initial commit 2025-11-06 15:00:18 +00:00
set.go feat(cmd): added flag for displaying binary data in tty, and cleaned up some old code 2025-11-06 22:30:50 +00:00
shared.go 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