Commit graph

17 commits

Author SHA1 Message Date
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