Commit graph

27 commits

Author SHA1 Message Date
c4ee8e7b04 version bump - v0.2.0
- move Decrypt and Identity related functions to their own packages
- hide default text for `force` cli flag
- get recipients the (probably) right way
- update to go 1.22
2024-04-01 13:29:14 -07:00
633673200a move decryption and identity stuff to their own packages 2024-04-01 13:28:01 -07:00
67ab59ec48 get recipient in a non-dumb way 2024-04-01 11:45:29 -07:00
52a87a41da hide default text for force cli flag 2024-03-26 09:55:12 -07:00
e7a6e395d7 update to go 1.22 syntax 2024-03-26 09:54:59 -07:00
26b6a2d349 version bump - v0.1.1
- only read identity/recipient files if none have been supplied via cli flags
2024-03-23 15:43:51 -07:00
6550468048 only read identity/recipient files if none have been supplied via cli flags
actually this time
2024-03-23 15:43:11 -07:00
78d3fe54b5 update dependencies 2024-03-23 14:25:36 -07:00
79ffb9d9b6 version bump - v0.1.0
- add support for editor arguments
- add support for encrypting to multiple recipients
- add support for trying to decrypt with multiple identites
- add cli flag to re-encrypt even if data wasn't changed
2024-03-23 14:15:48 -07:00
790bc635ab update readme 2024-03-23 14:13:09 -07:00
da5adc9828 add support for encrypting to multiple recipients / decrypting with multiple identities
- config options for reading identities/recipients from file
- command line flags for both files, and identities/recipients straight from the command line
- some cleanup and better help strings
2024-03-23 14:08:38 -07:00
f4df6f35eb add support for editors that need arguments 2024-03-23 13:57:15 -07:00
e96bac3d9d add force flag to re-encrypt even if data hasn't changed 2024-03-22 23:46:51 -07:00
9c0c3ee788 some cleanup 2024-03-22 23:46:51 -07:00
37601be04f use cli flag action like it should be 2024-03-19 10:49:02 -07:00
5a96e79694 fix bug = bump version 2024-03-14 09:58:18 -07:00
80dff639a1 fix dumb mistake
turns out I'm dumb
2024-03-14 09:54:12 -07:00
e6711c65fc update readme 2024-03-14 09:47:54 -07:00
d1f173cab3 support for android via termux
I have no idea if it's possible (or even worth it) to get go running in the adb shell
android has no /tmp so I wouldn't know where to store files outside of termux
2024-03-14 09:47:19 -07:00
eefc0340db fallback to go pre go1.22 syntax 2024-03-14 09:45:01 -07:00
6aa7aca85e update readme 2024-03-11 18:53:29 -07:00
36d3c2662d update readme
update readme again

turns out I'm dumb
2024-03-11 17:46:24 -07:00
746899a2c3 code that works 2024-03-11 17:23:36 -07:00
8de3930a00 update justfile 2024-03-11 17:13:21 -07:00
98ebe3f30c tiny readme for now 2024-03-11 15:17:53 -07:00
f58cb7341a add gitignore 2024-03-11 14:39:03 -07:00
9e030608d8 initial commit 2024-03-11 01:34:40 -07:00