tiny readme for now

This commit is contained in:
Lilian Jónsdóttir 2024-03-11 15:17:53 -07:00
parent f58cb7341a
commit 98ebe3f30c

22
README.md Normal file
View file

@ -0,0 +1,22 @@
# agedit
open an age encrypted file in $EDITOR
## cli
`go install git.burning.moe/celediel/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")
--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.