An age plugin for 1Password CLI integration.
go install bou.ke/age-plugin-op@latestMake sure the binary is in your $PATH so that age can find it.
Run age with -j op to decrypt secrets using SSH Keys from 1Password.
You can also run age-plugin-op to get an identity file you can pass to age.
main.go- Entry point that sets up the plugin and handles the age plugin protocolplugin.go- Implements the Recipient and Identity types for encryption/decryption
TBD