shell-plugins icon indicating copy to clipboard operation
shell-plugins copied to clipboard

feat: add `age` plugin

Open ionut-maxim opened this issue 6 months ago • 1 comments

Overview

Adds support for using age encryption tool private keys from 1Password

Type of change

  • [x] Created a new plugin
  • [ ] Improved an existing plugin
  • [ ] Fixed a bug in an existing plugin
  • [ ] Improved contributor utilities or experience

Related Issue(s)

  • Resolves: #
  • Relates: #

How To Test

If you already have an age private key, create a new item in 1Password with a field named: Private Key You can now use age to decrypt a file without passing the --identity argument Example:

age --decrypt test.txt.enc

Changelog

ionut-maxim avatar Aug 14 '24 21:08 ionut-maxim