Commit graph

17 commits

Author SHA1 Message Date
Lilian Jónsdóttir 7d24d5e70b version bump - v0.2.1
- error if editor undetected
- less verbose error if identities unset
2024-04-03 17:18:56 -07:00
Lilian Jónsdóttir 13e91157da less verbose error 2024-04-03 17:15:32 -07:00
Lilian Jónsdóttir 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
Lilian Jónsdóttir 633673200a move decryption and identity stuff to their own packages 2024-04-01 13:28:01 -07:00
Lilian Jónsdóttir 67ab59ec48 get recipient in a non-dumb way 2024-04-01 11:45:29 -07:00
Lilian Jónsdóttir 52a87a41da hide default text for force cli flag 2024-03-26 09:55:12 -07:00
Lilian Jónsdóttir 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
Lilian Jónsdóttir 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
Lilian Jónsdóttir 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
Lilian Jónsdóttir 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
Lilian Jónsdóttir f4df6f35eb add support for editors that need arguments 2024-03-23 13:57:15 -07:00
Lilian Jónsdóttir e96bac3d9d add force flag to re-encrypt even if data hasn't changed 2024-03-22 23:46:51 -07:00
Lilian Jónsdóttir 9c0c3ee788 some cleanup 2024-03-22 23:46:51 -07:00
Lilian Jónsdóttir 37601be04f use cli flag action like it should be 2024-03-19 10:49:02 -07:00
Lilian Jónsdóttir 5a96e79694 fix bug = bump version 2024-03-14 09:58:18 -07:00
Lilian Jónsdóttir 80dff639a1 fix dumb mistake
turns out I'm dumb
2024-03-14 09:54:12 -07:00
Lilian Jónsdóttir 746899a2c3 code that works 2024-03-11 17:23:36 -07:00