edit age encrypted files with $EDITOR
Go to file
2024-03-11 15:17:53 -07:00
.gitignore add gitignore 2024-03-11 14:39:03 -07:00
go.mod initial commit 2024-03-11 01:34:40 -07:00
justfile initial commit 2024-03-11 01:34:40 -07:00
LICENSE initial commit 2024-03-11 01:34:40 -07:00
README.md tiny readme for now 2024-03-11 15:17:53 -07:00

agedit

open an age encrypted file in $EDITOR

cli

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

agedit [flags] filename

flags

   --out value, -o value       Write to this file instead of the input file
   --log value, -l value       log level (default: "warn")
   --help, -h                  show help
   --version, -v               print the version

library

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

See ./cmd/agedit/agedit.go for example usage.