Files
gpg.yazi/README.md
2025-11-03 12:43:04 +01:00

271 B

Easy encryption with gpg for files

Usage

Install with ya pkg add Ascyii/gpg.

Setup in init.lua with

require("gpg"):setup {
  default_recipient = "username@example.com",
  delete_after = true,
}

Code was taken from yazi-rs and Rolv-Apneseth.