Commit Graph
46 Commits
Author SHA1 Message Date
RandyTheSilly 1370f5cd80 Port to latest libmutton development version 2025-05-30 00:38:59 -04:00
RandyTheSilly 5af8caf680 Port to latest libmutton development version; address JetBrains warnings 2025-05-29 22:38:07 -04:00
RandyTheSilly 2ab8eac7a4 Port to latest libmutton development version 2025-05-29 23:38:23 +00:00
RandyTheSilly 310c935d2d Port to latest libmutton development version (account for massive refactor) 2025-05-12 16:46:17 +00:00
RandyTheSilly 54a7d51efa Port to latest libmutton development version (use go-boilerplate) 2025-05-09 16:57:57 +00:00
RandyTheSilly 2f34fc2c0c Port to latest libmutton/rcw development versions 2025-05-08 19:44:51 -04:00
RandyTheSilly a144b2769d Port to latest libmutton development version & begin migration from GPG to RCW 2025-05-04 18:07:02 -04:00
RandyTheSilly 34136633d9 Bump libmutton & support new password generation options; bump other dependencies 2025-04-21 12:19:56 -04:00
RandyTheSilly 8166bfcfbe Fix inability to remove notes from entries 2025-04-20 00:21:11 -04:00
RandyTheSilly e2d79d4ce3 Make use of libmutton's new core.PrintError utility function 2025-02-01 21:01:35 -05:00
RandyTheSilly d323f2f75a Do not re-upload entries when adding a blank note 2025-02-01 12:19:27 -05:00
RandyTheSilly 0c57bd5764 Allow leaving trailing spaces (two) in note lines for manual breaks in Markdown (currently only supported in BEAN) 2025-01-18 21:23:48 -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 6d557a77c2 Port to newest libmutton development version 2024-12-29 16:42:34 -05:00
RandyTheSilly 4933da4c37 Bump libmutton and support new SSH identity file passphrase entry 2024-12-28 15:13:40 -05: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 c9b87dd121 Move text editor config under [MUTN] section header in libmutton.ini 2024-07-17 15:53:17 -04:00
RandyTheSilly d46a2eddfc Allow parsing different section headers in libmutton.ini 2024-07-17 14:44:18 -04:00
RandyTheSilly 08e8a64d29 Split sync.Rename into separate functions for client and server to avoid compiling SSH into the server binary 2024-07-10 00:01:59 -04:00
RandyTheSilly b9ac59fb67 Implement synchronized renaming 2024-07-09 23:18:13 -04:00
RandyTheSilly 6511ac6b6a Improve error clarity in cli.editNote 2024-06-05 18:19:01 -04:00
RandyTheSilly 71b5dc75cf Improve generic UNIX clipboard clearing logic 2024-06-05 17:43:21 -04:00
RandyTheSilly 295b126d3a Write and append to config file using ini package 2024-06-05 14:56:17 -04:00
RandyTheSilly b0d6c6121b Lay groundwork for NT/UNIX-like sync interoperability 2024-05-30 22:12:29 -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 570e257f08 Initial groundwork for native sync support 2024-05-11 20:52:38 -04:00
RandyTheSilly db5f3ec7f4 Prepare to tag v0.1.0 2024-04-16 11:33:06 -04:00
RandyTheSilly 93d7670508 Merge EditEntryNote into EditEntryField 2024-04-16 11:20:22 -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 d124080813 Strip trailing whitespace from each line in notes before saving 2024-04-15 16:52:16 -04:00
RandyTheSilly 3e37ae8173 Support hard line breaks in markdown notes 2024-04-05 14:18:35 -04:00
RandyTheSilly 4882dec678 Fix slice bounds errors when editing notes on short entries 2024-03-17 15:59:47 -04:00
RandyTheSilly 81a4fca89d Use panic in editNote to prevent temp files from being left behind 2024-03-08 12:57:10 -05:00
RandyTheSilly 05a15260fd Strip carriage returns from user input 2024-03-08 12:48:19 -05:00
RandyTheSilly 4394020dd2 Properly close files to fix various issues on Windows (fixes GPG keygen, note temp files not being deleted) 2024-03-08 12:19:05 -05:00
RandyTheSilly f8bf12677f Better sanitize user input in inputInt 2024-03-08 11:23:08 -05:00
RandyTheSilly 7d5c960fcb Replace TODO comment to correspond with learned information 2024-03-07 20:20:30 -05:00
RandyTheSilly 80f1e27507 Implement note editing 2024-03-07 20:15:01 -05:00
RandyTheSilly c0d141a02e Allow generating new passwords for existing entries 2024-03-07 19:09:23 -05:00
RandyTheSilly b208ea415a Implement initial entry editing support (no notes editing or gen update) 2024-03-07 18:34:12 -05:00
RandyTheSilly e729953cab Implement entry/directory renaming/moving 2024-03-07 17:40:57 -05:00