diff options
author | Jerzy Drozdz <jerzy.drozdz@jdsieci.pl> | 2022-01-24 07:01:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-24 11:31:08 +0530 |
commit | c10030ae7816a6ef7a5612f038f2c7ec454a8c18 (patch) | |
tree | be5a634b7520771f9a2c198994ce06d87adb1b6a /man/tessen.1.scd | |
parent | 06e705fc593b5de63a37f04c210d7c7768884e12 (diff) |
userkey search uses regex to find field (#11)
* userkey search uses regex to find field
* Changed userkey default value to "user"
* First matched entry will be set as tsn_username
* Update to man page
* Fixed setting userkey
* Fixed typo
Diffstat (limited to 'man/tessen.1.scd')
-rw-r--r-- | man/tessen.1.scd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/tessen.1.scd b/man/tessen.1.scd index bb08642..d5d6b0f 100644 --- a/man/tessen.1.scd +++ b/man/tessen.1.scd @@ -81,7 +81,8 @@ URI. However, if a key called 'password' is present, it will be ignored. If a key called 'user' is present, its value will be the default username instead of the basename of the selected file. This key can be modified using the -*TESSEN_USERKEY* environment variable. +*TESSEN_USERKEY* environment variable. If entries in password store use +different keys for specifying user names regular expression can be used. If a key called 'url' is present, an option to open the value of the 'url' key in the default web browser will be shown instead of auto type. This becomes the |