mirror of
https://github.com/Ascyii/gpg.yazi.git
synced 2026-03-02 08:12:42 +01: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