Commit Graph
189 Commits
Author SHA1 Message Date
RandyTheSilly 5acb7e47bf Simplify sanity check file generation 2025-05-11 00:30:24 -04: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 6504bdc8a6 Add support for the RCW daemon 2025-05-04 19:51:16 -04:00
RandyTheSilly 1180112967 Remove unneeded variable declaration 2025-05-04 18:09:50 -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 b366d1e13e Prepare for release v0.2.6 2025-04-21 18:17:53 -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 63c663ab36 Port to newest libmutton development version 2025-03-18 23:09:11 -04:00
RandyTheSilly fab4bd8d37 Port to newest libmutton development version 2025-03-16 18:30:51 -04:00
RandyTheSilly c6ea3b0136 Prepare for release v0.2.5 2025-02-22 17:23:09 -05: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 38ddc32656 Make "ansiEmptyDirectoryWarning" more visible in light terminal themes 2025-01-18 18:39:44 -05:00
RandyTheSilly 118ffc2adb Move expandPathWithHome to libmutton 2025-01-16 14:26:57 -05:00
RandyTheSilly d1d88c2e69 Port to newest libmutton development version 2025-01-16 13:49:21 -05:00
RandyTheSilly 6210c9cd31 Port to newest libmutton development version; bump copyright date 2025-01-11 18:06:11 -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 c323899bf8 Update for compatibility with upcoming libmutton version's new copy behavior 2024-12-20 20:36:56 -05:00
RandyTheSilly cfb4a2ad51 Prepare for release v0.2.4 2024-12-13 12:43:46 -05:00
RandyTheSilly 77014cf5e3 Add optional build tag for experimental BEAN Markdown renderer support 2024-10-29 17:08:57 -04:00
RandyTheSilly 380c49bd00 Prepare for release v0.2.3 2024-10-19 16:53:04 -04:00
RandyTheSilly f96b60d3ef Bump Go to v1.23.2 2024-10-19 16:02:20 -04:00
RandyTheSilly 0c62a84195 Prepare for release v0.2.2 2024-08-20 21:17:13 -04:00
RandyTheSilly 8c1b986e20 Fix adding new entries on Windows 2024-08-19 22:14:47 -04:00
RandyTheSilly a44bef1db9 Prepare for release v0.2.1 2024-08-13 22:33:37 -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 d8a239237c Decouple MUTN and libmutton versions 2024-08-08 18:38:12 -04:00
RandyTheSilly a23ae4a4b9 Switch to dependence on github.com/rwinkhart/libmutton 2024-08-08 17:24:48 -04:00
RandyTheSilly c80f875623 Prepare for release v0.2.0 2024-08-06 14:57:09 -04:00
RandyTheSilly e59cdaa88e Do not use deprecated golang.org/x/crypto/ssh/terminal 2024-08-05 22:29:43 -04:00
RandyTheSilly 4b82738048 Add fallback SSH identity file (~/.ssh/id_ed25519) 2024-07-21 22:56:24 -04:00
RandyTheSilly cdb2c949f0 Verify user-specified SSH identity file exists 2024-07-21 22:41:13 -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 1e5c0feaba Simplify text editor fallback 2024-07-17 17:26:01 -04:00
RandyTheSilly c9b87dd121 Move text editor config under [MUTN] section header in libmutton.ini 2024-07-17 15:53:17 -04:00
RandyTheSilly 4daa031c0e Allow writing to different section headers in libmutton.ini 2024-07-17 15:49:45 -04:00
RandyTheSilly e6edc7c336 Move text editor determination to cli package 2024-07-17 14:59:57 -04:00
RandyTheSilly d46a2eddfc Allow parsing different section headers in libmutton.ini 2024-07-17 14:44:18 -04:00
RandyTheSilly c6734dd283 Add tag for building without Markdown support 2024-07-16 15:30:48 -04:00
RandyTheSilly 66e9511eec Do not initialize extra iterator in EntryReader() 2024-07-16 14:52:09 -04:00
RandyTheSilly 54d5d8bd0e Add initial man page and make help info wording more consistent 2024-07-15 16:01:43 -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