Commit Graph
24 Commits
Author SHA1 Message Date
RandyTheSilly 34136633d9 Bump libmutton & support new password generation options; bump other dependencies 2025-04-21 12:19:56 -04:00
RandyTheSilly fab4bd8d37 Port to newest libmutton development version 2025-03-16 18:30:51 -04:00
RandyTheSilly e2d79d4ce3 Make use of libmutton's new core.PrintError utility function 2025-02-01 21:01:35 -05:00
RandyTheSilly dd8464ecd9 Do not check if an entry already exists when writing (add); an earlier check is already performed 2025-01-18 19:33:54 -05:00
RandyTheSilly 4933da4c37 Bump libmutton and support new SSH identity file passphrase entry 2024-12-28 15:13:40 -05:00
RandyTheSilly 8c1b986e20 Fix adding new entries on Windows 2024-08-19 22:14:47 -04:00
RandyTheSilly 9cc4965ed8 Bump: github.com/rwinkhart/libmutton PRE-TAG => v0.2.1; add script for generating release binaries 2024-08-13 21:46:14 -04:00
RandyTheSilly b68b2a8931 Implement error-specific exit codes defined by libmutton 2024-08-13 17:36:15 -04:00
RandyTheSilly 888b1ca80d Properly format function documentation comments 2024-08-11 19:05:16 -04:00
RandyTheSilly a23ae4a4b9 Switch to dependence on github.com/rwinkhart/libmutton 2024-08-08 17:24:48 -04:00
RandyTheSilly d659291a2f Fail early if adding an entry to a directory that does not exist (or if the directory is a file) 2024-07-19 15:53:54 -04:00
RandyTheSilly cdf554179a Improve StringGen to allow creating file name-safe complex strings; remove in-code references to future additions 2024-07-18 17:04:48 -04:00
RandyTheSilly 4d735d220b Rename "hidePassword" to "hideSecrets" for clarity 2024-05-29 12:50:47 -04:00
RandyTheSilly ca160adabc Move TOTP secrets to a dedicated entry field (breaks sshyp entry format compatibility) 2024-05-21 19:21:42 -04:00
RandyTheSilly f33eb3d480 Refactor for better modularity (share more code among edit functions, rename "offline" package to "backend" 2024-04-15 18:16:05 -04:00
RandyTheSilly f8bf12677f Better sanitize user input in inputInt 2024-03-08 11:23:08 -05:00
RandyTheSilly 80f1e27507 Implement note editing 2024-03-07 20:15:01 -05:00
RandyTheSilly b208ea415a Implement initial entry editing support (no notes editing or gen update) 2024-03-07 18:34:12 -05:00
RandyTheSilly 5bc0ff96c0 Do not print redundant newline after creating a notes-only entry 2024-03-07 16:09:54 -05:00
RandyTheSilly 349fd807b5 Implement password generation on new entries 2024-03-07 16:04:46 -05:00
RandyTheSilly 1982a5c0d6 Do not allow creating empty entries 2024-03-07 12:13:31 -05:00
RandyTheSilly 844b726343 Allow optionally adding notes to new password entries 2024-03-07 12:01:49 -05:00
RandyTheSilly 9606bf6af6 Implement notes editor (required rewrite of offline.ReadConfig) 2024-03-05 17:11:53 -05:00
RandyTheSilly f58c789c60 Implement initial entry adding (partial, missing notes support) 2024-03-05 14:09:50 -05:00