From feeb9e7eca5b9f4aeb11bc6c46ffa3f85e878b1b Mon Sep 17 00:00:00 2001 From: Ayush Agarwal Date: Wed, 1 Mar 2023 23:54:52 +0530 Subject: docs: clarify behavior in case of non-unique keys also clarify behavior in case when default keys like 'autotype', 'username', 'url', and 'password' are present --- man/tessen.1.scd | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/man/tessen.1.scd b/man/tessen.1.scd index 7f93659..ce59fa4 100644 --- a/man/tessen.1.scd +++ b/man/tessen.1.scd @@ -49,9 +49,12 @@ the home page of password store, when using *pass*(1) and *gopass*(1) https://www.passwordstore.org/#organization The first line should always have the password, and nothing else. All other -lines may have key-value pairs like 'key1: value1' or the *otpauth://* format -URI. However, if a key called 'password' is present, it will be ignored. Note -that tessen does NOT support parsing YAML files when using *gopass*(1). +lines may have key-value pairs like 'key1: value1' or an *otpauth://* format +URI. If non-unique keys are found, the first non-unique key will be considered +and others will be ignored. If a key called 'password' is present, it will also +be ignored. The 'autotype', 'url', 'username', and 'password' keys are +considered case-insensitive. Note that tessen does NOT support parsing YAML +files when using *gopass*(1). If a dmenu backend is not specified, tessen tries to find either one of *fuzzel*(1), *tofi*(1), *bemenu*(1), *wofi*(1), *rofi*(1) or *dmenu* in the -- cgit v1.2.3