Commit graph

30 commits

Author SHA1 Message Date
lew
bc0b98c7f9 feat(completions): wire up key completions for key commands 2026-03-16 16:31:57 +00:00
lew
9914f51140 fix(get): prevents templating invalid utf8 values 2026-02-14 01:41:40 +00:00
lew
f9ff2c0d62 feat(templates): adds arbitrary shell execution and pda-getting 2026-02-12 23:28:19 +00:00
lew
2ca32769d5 feat(commit): text templating in commit messages 2026-02-12 20:00:57 +00:00
lew
6e1af5ba28 feat(get): adds --exists flag for checking existence of a key 2026-02-11 17:36:49 +00:00
lew
07330be10b feat: include summary of omitted binary data 2026-02-11 13:17:23 +00:00
lew
9bdc9c30c6 feat: encryption with age 2026-02-11 12:36:42 +00:00
lew
b52a5bfdb7 feat: huge overhaul of messaging into FAIL, WARN, hint, ok, prompt, and progress types 2026-02-11 02:11:58 +00:00
lew
7b1356f5af migrate from badger to ndjson-native storage 2026-02-10 23:56:33 +00:00
lew
4509611185 revert: removes --secrets - to be replaced with encryption 2026-02-10 23:22:06 +00:00
lew
26871decd0 feat(Run): adds explicit Run command 2025-12-23 10:00:14 +00:00
lew
3d5a3f2aa1 refactor(branding?): swapped all references to db/dbs to store/stores 2025-12-23 09:07:45 +00:00
lew
9467675715 chore(cmd): updates Shorts, and test expectations. 2025-12-23 08:42:20 +00:00
lew
3e3c55d0b6 chore(LICENSE): places license notice in all files 2025-12-18 13:57:35 +00:00
lew
60d74e5ec1 feat(cmd): made error messaging closer to coreutils 2025-12-17 14:13:46 +00:00
lew
13243e97a3 revert(Set/Get): reduces --help text; long explanation will go into actual documentation 2025-11-20 03:17:46 +00:00
lew
25b4363c5f feat(template): list func to funcmap 2025-11-20 03:01:45 +00:00
lew
99abdf4a31 feat(template): int func to coerce value to int 2025-11-20 01:18:14 +00:00
lew
9fdc831832 feat(Set/Get): added Long descriptions 2025-11-20 01:01:02 +00:00
lew
0a70169adb feat(Get): adds 'require' template func 2025-11-19 22:49:00 +00:00
lew
73cea8d660 feat(Get): adds support for text/template with [[ ]] delims 2025-11-19 22:36:46 +00:00
lew
a5e2e39784 fix(Get): Errors should be reported by their executing shell; all errors were bubbling up to PDA where they should not be 2025-11-19 15:12:58 +00:00
lew
2d756a5642 feat(Get): --run/-c flag to execute the gotten result as a sh cmd 2025-11-19 15:05:12 +00:00
lew
323c4d915a feat(cmds): 's' and 'g' aliases for set and get 2025-11-19 12:44:04 +00:00
lew
4ace97bddc feat(flags): negative flags added for defaults (--no-keys, --no-values), and removes --include- prefix from positive flags 2025-11-07 12:25:03 +00:00
lew
3f30a23c36 feat(cmd): renamed --secret to --include-secret across the board when getting secrets 2025-11-07 00:08:42 +00:00
lew
f1a4f86675 feat(get): secret entries will not output unless --secret is explicitly passed 2025-11-06 23:59:49 +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
2da42de7ab feat(cmd): added listcmd and refactored transactions to use TransactionArgs 2025-11-06 17:48:38 +00:00
lew
0520418489 feat(init): initial commit 2025-11-06 15:00:18 +00:00