summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-06-03 02:15:44 +0300
committerorhun <orhun@archlinux.org>2021-06-03 02:15:44 +0300
commit310998361243285f5ffc37563624bf728e278214 (patch)
tree4eb478d455f4dd9e2935323145b627037ad505e9
parent4590e8afd16e9d5efe093d098694fc8d1fc8b353 (diff)
docs: Update README.md about the use of xplr
-rw-r--r--README.md6
-rw-r--r--demo/gpg-tui-import_key_xplr.gifbin0 -> 242590 bytes
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index f119771..d61c984 100644
--- a/README.md
+++ b/README.md
@@ -544,7 +544,11 @@ This feature uses `gpg` fallback and runs `gpg --edit-key` command. It presents
#### Import/Receive
-Import operation is done by using the `:import` command. So press `i` to switch to command mode (which will automatically add the import command) and then give it your file(s) to import.
+Import operation uses [xplr](https://github.com/sayanarijit/xplr) for selecting the key(s) to import if the xplr binary is [installed](https://github.com/sayanarijit/xplr/wiki/Quickstart). Press `i` to launch xplr, and select the key file(s) to import:
+
+![](demo/gpg-tui-import_key_xplr.gif)
+
+If `xplr` is not installed, import operation is done by using the `:import` command. So press `i` to switch to command mode (which will automatically add the import command) and then give it your file(s) to import.
![](demo/gpg-tui-import_key.gif)
diff --git a/demo/gpg-tui-import_key_xplr.gif b/demo/gpg-tui-import_key_xplr.gif
new file mode 100644
index 0000000..b32c64a
--- /dev/null
+++ b/demo/gpg-tui-import_key_xplr.gif
Binary files differ