Commit graph

43 commits

Author SHA1 Message Date
Lilian Jónsdóttir 00b1a69d06 github go workflow 2024-05-29 14:38:48 -07:00
Lilian Jónsdóttir 4e60fa5372 make the tests actually pass 2024-05-29 13:39:34 -07:00
Lilian Jónsdóttir a4f2f79c81 version bump - v0.3.1
- make it actually compile
2024-05-29 13:25:22 -07:00
Lilian Jónsdóttir a552deab8d make it actually compile 2024-05-29 13:24:57 -07:00
Lilian Jónsdóttir 6c9ae6bccd version bump - v0.3.0
- remove identity package
- strip down env package
  - use adrg/xdg in lieu of (poorly) reinventing the wheel
2024-05-29 13:22:55 -07:00
Lilian Jónsdóttir 044c944262 remove roundabout way of getting config dir 2024-05-29 13:12:11 -07:00
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 de296e9bc4 version bump - v0.2.3
- fall back to proper data dir
2024-05-07 18:01:32 -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 fa5a4ecc3b version bump - v0.2.2
- fix extra / in paths
2024-05-07 16:25:03 -07:00
Lilian Jónsdóttir 64bf6863e5 fix extra / in paths 2024-05-07 16:24:08 -07:00
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 b18ea5ff7b error if empty editor 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 e7a6e395d7 update to go 1.22 syntax 2024-03-26 09:54:59 -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 78d3fe54b5 update dependencies 2024-03-23 14:25:36 -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 790bc635ab update readme 2024-03-23 14:13:09 -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 e6711c65fc update readme 2024-03-14 09:47:54 -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 6aa7aca85e update readme 2024-03-11 18:53:29 -07:00
Lilian Jónsdóttir 36d3c2662d update readme
update readme again

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