edit age encrypted files with $EDITOR
Go to file
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
cmd/agedit code that works 2024-03-11 17:23:36 -07:00
internal/config code that works 2024-03-11 17:23:36 -07:00
pkg support for android via termux 2024-03-14 09:47:19 -07:00
.gitignore add gitignore 2024-03-11 14:39:03 -07:00
go.mod fallback to go pre go1.22 syntax 2024-03-14 09:45:01 -07:00
go.sum code that works 2024-03-11 17:23:36 -07:00
justfile update justfile 2024-03-11 17:13:21 -07:00
LICENSE initial commit 2024-03-11 01:34:40 -07:00
README.md update readme 2024-03-11 18:53:29 -07:00

agedit

open an age encrypted file in $EDITOR

cli

go install git.burning.moe/celediel/agedit/cmd/agedit@latest

agedit [flags] filename

flags

   --identity value, -i value  age identity file to use
   --out value, -o value       write to this file instead of the input file
   --log value, -l value       log level (default: "warn")
   --editor value, -e value    specify the editor to use
   --help, -h                  show help
   --version, -v               print the version

library

go get git.burning.moe/celediel/agedit@latest

See ./cmd/agedit for example usage.