mirror of
https://github.com/Ascyii/gpg.yazi.git
synced 2026-01-01 02:44:24 -05:00
Working
This commit is contained in:
15
README.md
15
README.md
@@ -1,5 +1,16 @@
|
||||
# Easy encryption with gpg for files
|
||||
|
||||
WARNING: This is not indented for public usage yet because it has some hardcoded things
|
||||
## Usage
|
||||
|
||||
Code was taken from `yazi-rs`.
|
||||
Install with `ya pkg add Ascyii/gpg`.
|
||||
|
||||
Setup in `init.lua` with
|
||||
|
||||
```lua
|
||||
require("gpg"):setup {
|
||||
default = "username@example.com",
|
||||
delete = true,
|
||||
}
|
||||
```
|
||||
|
||||
Code was taken from `yazi-rs` and `Rolv-Apneseth`.
|
||||
|
||||
Reference in New Issue
Block a user