Commit Graph
21 Commits
Author SHA1 Message Date
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