From 45cea53ef4f25fb8a0b905587cc5be816668c3a0 Mon Sep 17 00:00:00 2001 From: Jonathan Lestrelin Date: Wed, 16 Jan 2019 14:08:54 +0100 Subject: [PATCH] Move OTP section in README. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index baac6e7..15ff408 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,6 @@ Names of passwords will show up in GNOME Shell searches, choosing one will copy ![Sreencapture](misc/screencapture.gif) -## [pass-otp](https://github.com/tadfisher/pass-otp) - -Supports the pass-otp extension. Searches starting with ```otp``` will copy otp token to clipboard. - - # Installation ## Arch Linux Install `gnome-pass-search-provider-git` from the AUR. @@ -41,6 +36,10 @@ If you are on Wayland, you need to close and reopen your GNOME session. The search provider should show up and be enabled in GNOME search preferences and started on demand by GNOME Shell. +# OTP support + +The [pass-otp](https://github.com/tadfisher/pass-otp) extension is supported. Searches starting with `otp` will copy the otp token to the clipboard. + # Environment variables If you are configuring pass through environment variables, such as `PASSWORD_STORE_DIR`, make sure to set them in a way that will propagate to the search provider executable, not just in your shell.