summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-06-25 22:41:47 +0300
committerorhun <orhun@archlinux.org>2021-06-25 22:41:47 +0300
commit1bf93d09c18d5cb69e34f232573db4b00f66a7d2 (patch)
treee55543d0569b9b7671e4b3469f5cae5b9cef1748 /README.md
parent3599abed1dda3a1969f50096dcae7d78c41d6ad0 (diff)
feat: Support importing keys from the clipboard (#3)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4203dcf..d13c6ab 100644
--- a/README.md
+++ b/README.md
@@ -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.