diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-01 23:54:52 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-19 01:52:26 +0530 |
commit | feeb9e7eca5b9f4aeb11bc6c46ffa3f85e878b1b (patch) | |
tree | 330123086c7cf140612fade023c0faa3e815487c | |
parent | dd4fd05573c910f471cd4df253656991e05b5b4c (diff) |
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
-rw-r--r-- | man/tessen.1.scd | 9 |
1 files 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 |