Commit graph

13 commits

Author SHA1 Message Date
Lilian Jónsdóttir 5c660f013b remove useless identity package 2024-05-29 13:06:27 -07:00
Lilian Jónsdóttir 89006797fa use os.LookupEnv like a regular human being 2024-05-29 13:05:36 -07:00
Lilian Jónsdóttir 349fe9ef3d use adrg/xdg for config and data dirs 2024-05-29 12:50:03 -07:00
Lilian Jónsdóttir 5eb5643062 fall back to proper data dir
somehow I forgot a .
2024-05-07 17:59:29 -07:00
Lilian Jónsdóttir 64bf6863e5 fix extra / in paths 2024-05-07 16:24:08 -07:00
Lilian Jónsdóttir b18ea5ff7b error if empty editor 2024-04-03 17:15:32 -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 e7a6e395d7 update to go 1.22 syntax 2024-03-26 09:54:59 -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 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
Lilian Jónsdóttir eefc0340db fallback to go pre go1.22 syntax 2024-03-14 09:45:01 -07:00
Lilian Jónsdóttir 746899a2c3 code that works 2024-03-11 17:23:36 -07:00