From 063b8810abf03658e1095f109586278ae511cc99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kn=C3=AD=C5=BEek?= Date: Fri, 7 Aug 2020 16:39:55 +0200 Subject: [PATCH] FIX doc userscript qute-pass --- misc/userscripts/qute-pass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/userscripts/qute-pass b/misc/userscripts/qute-pass index c624503c4..9d078e94f 100755 --- a/misc/userscripts/qute-pass +++ b/misc/userscripts/qute-pass @@ -27,7 +27,7 @@ for example: "github.com/cryzed" or "websites/github.com". How the username and password are determined is freely configurable using the CLI arguments. As an example, if you instead store the username as part of the secret (and use a site's name as filename), instead of the default configuration, use -`--username-target secret` and `--username-regex "username: (.+)"`. +`--username-target secret` and `--username-pattern "username: (.+)"`. The login information is inserted by emulating key events using qutebrowser's fake-key command in this manner: [USERNAME][PASSWORD], which is compatible