qutebrowser/misc/userscripts
wildente b1e2a1ec2d add proper multiline support for qute-pass
when using the 'username-taget secret' option, the supplied
regex 'username-pattern' will only scan the first line of the
secret file.

you could specify a username-pattern with '\n', but this will
break if the position of the username is not consistent.

this change will implement re.search and the re.MULTILINE
option to search every line in a secrect file.

example:

--secret file
my_secret_password
username: my_username
--secret file

spawn --userscript qute-pass --username-target secret --username-pattern "^username: (.*)"
2018-09-09 22:16:48 +02:00
..
cast Trivial fixes for shellcheck warnings 2017-12-02 19:37:20 +01:00
dmenu_qutebrowser Trivial fixes for shellcheck warnings 2017-12-02 19:37:20 +01:00
format_json Refactor format_json userscript to not parse 'ls' output 2017-12-03 10:50:54 +01:00
getbib Add userscript to download bibtex for DOI scraped from current tab 2018-03-31 21:43:20 +02:00
open_download Use "command -v" instead of "which" in bash scripts 2018-02-27 06:23:00 +01:00
openfeeds Update some more references to old config options 2017-07-04 16:46:02 +02:00
password_fill Use "command -v" instead of "which" in bash scripts 2018-02-27 06:23:00 +01:00
qute-keepass Fix style issues in qute-keepass 2018-03-27 23:43:40 -04:00
qute-lastpass CR changes 2018-05-20 20:30:24 -04:00
qute-pass add proper multiline support for qute-pass 2018-09-09 22:16:48 +02:00
qutedmenu Trivial fixes for shellcheck warnings 2017-12-02 19:37:20 +01:00
readability Simplify readability logic using get defaults 2018-02-18 14:49:09 -05:00
ripbang Make userscripts work on both Python 2 and 3 2017-09-29 13:38:38 +02:00
rss Use 'language: generic' for shellcheck, fix typo, correct indentation 2017-12-04 18:15:02 +01:00
taskadd Fix: prevent unmatched quote (#3726) 2018-03-16 06:16:16 -04:00
tor_identity Add import error message for stem. 2018-02-17 19:57:44 +01:00
view_in_mpv view-in-mpv: Remove --yes-playlist argument for youtube-dl 2018-06-06 09:59:03 +02:00