diff options
author | orhun <orhun@archlinux.org> | 2021-06-25 22:41:47 +0300 |
---|---|---|
committer | orhun <orhun@archlinux.org> | 2021-06-25 22:41:47 +0300 |
commit | 1bf93d09c18d5cb69e34f232573db4b00f66a7d2 (patch) | |
tree | e55543d0569b9b7671e4b3469f5cae5b9cef1748 /README.md | |
parent | 3599abed1dda3a1969f50096dcae7d78c41d6ad0 (diff) |
feat: Support importing keys from the clipboard (#3)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -578,6 +578,10 @@ If `xplr` is not installed, import operation is done by using the `:import` comm ![](demo/gpg-tui-import_key.gif) +You can also import keys from clipboard using `:import-clipboard` command or the options menu. + +![](demo/gpg-tui-import_key_clipboard.gif) + Similar to import, receive operation is also done by using a command which is `:receive`. So press `f` (for **f**etching keys from a keyserver) and give it your key ID(s). This feature uses `gpg` fallback and runs `gpg --receive-keys` command. |