mirror of
https://github.com/Ascyii/gpg.yazi.git
synced 2026-01-01 02:44:24 -05:00
17 lines
271 B
Markdown
17 lines
271 B
Markdown
# Easy encryption with gpg for files
|
|
|
|
## Usage
|
|
|
|
Install with `ya pkg add Ascyii/gpg`.
|
|
|
|
Setup in `init.lua` with
|
|
|
|
```lua
|
|
require("gpg"):setup {
|
|
default_recipient = "username@example.com",
|
|
delete_after = true,
|
|
}
|
|
```
|
|
|
|
Code was taken from `yazi-rs` and `Rolv-Apneseth`.
|