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
|
85584da807
|
Fix non-functional break statement
|
2025-05-19 20:43:25 +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
|
4933da4c37
|
Bump libmutton and support new SSH identity file passphrase entry
|
2024-12-28 15:13:40 -05:00 |
|
RandyTheSilly
|
77014cf5e3
|
Add optional build tag for experimental BEAN Markdown renderer support
|
2024-10-29 17:08:57 -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
|
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
|
c7a2b4fb95
|
Reorganize function parameters to not specify repeat types
|
2024-05-29 13:23:08 -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
|
bc51f20d41
|
Promote native sync to replace sshyp-based sync on all platforms
|
2024-05-17 19:49:49 -04:00 |
|
RandyTheSilly
|
1230c8a437
|
Make server respond to "fetch" with output formatted for the client's OS family
|
2024-05-17 19:36:23 -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
|
426f91bda0
|
(Markdown) Improve consistency of in-line code and block quote colors (block quotes are currently busted)
|
2024-04-11 16:46:31 -04:00 |
|
RandyTheSilly
|
09eec99fe1
|
Lay groundwork for multiple color-scheme support
|
2024-04-10 17:03:37 -04:00 |
|
RandyTheSilly
|
13352ec2b4
|
Wrap markdown text at full terminal width
|
2024-04-05 18:48:48 -04:00 |
|
RandyTheSilly
|
3e37ae8173
|
Support hard line breaks in markdown notes
|
2024-04-05 14:18:35 -04:00 |
|
RandyTheSilly
|
ad7e90c43e
|
Break out of switch after printing notes (no need to check additional lines)
|
2024-04-05 12:57:57 -04:00 |
|
RandyTheSilly
|
074e74b622
|
Build default Glamour style into binary
|
2024-04-04 19:57:22 -04:00 |
|
RandyTheSilly
|
dce483909b
|
Implement initial markdown notes support with Glamour (buggy, not ready for daily use)
|
2024-04-04 18:26:32 -04:00 |
|
RandyTheSilly
|
782f03e276
|
Better document new blank option="password" shortcut, order arguments in order of expected use, list passwords first in entry reader
|
2024-03-18 12:59:18 -04:00 |
|
RandyTheSilly
|
f3d747a5af
|
Revert use of ":" for options on Windows, use "-" but replace "-p" with "-pw" to avoid ambiguity, interpret no options as "password"
|
2024-03-17 17:32:13 -04:00 |
|
RandyTheSilly
|
6a345d2206
|
Switch Windows to use ":" instead of "-" for options flags because PowerShell is horrible and interprets "-" as a named parameter
|
2024-03-14 17:01:12 -04:00 |
|
RandyTheSilly
|
8e1987f250
|
Disable sshyp-sync-shim on Windows
|
2024-03-08 10:43:00 -05:00 |
|
RandyTheSilly
|
8f315fe587
|
Add TEMPORARY sshyp-sync shim so that MUTN can be tested while native sync is under development
|
2024-03-07 20:35:24 -05:00 |
|
RandyTheSilly
|
80f1e27507
|
Implement note editing
|
2024-03-07 20:15:01 -05:00 |
|
RandyTheSilly
|
9606bf6af6
|
Implement notes editor (required rewrite of offline.ReadConfig)
|
2024-03-05 17:11:53 -05:00 |
|
RandyTheSilly
|
b09a1c8132
|
Greatly reduce code duplication in clipboard implementations
|
2024-03-03 23:26:39 -05:00 |
|
RandyTheSilly
|
e822bd89dc
|
Implement password hiding in entry readouts
|
2024-03-01 22:11:59 -05:00 |
|
RandyTheSilly
|
3ed3424adc
|
Re-write argument parsing, implement skeleton of copy functionality
|
2024-03-01 21:09:56 -05:00 |
|
RandyTheSilly
|
1ffd375950
|
Implement initial entry readout formatting
|
2024-03-01 18:26:05 -05:00 |
|