qutebrowser/misc
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
..
apparmor making userid wildcardish 2015-09-15 10:11:06 +02:00
requirements Rebuild all requirements files 2018-09-03 20:06:18 +02:00
userscripts add proper multiline support for qute-pass 2018-09-09 22:16:48 +02:00
cheatsheet.svg Add gD keybinding for :tab-give (detach a tab) 2018-08-08 14:23:03 +02:00
Makefile Update Makefile 2018-08-15 23:01:39 +05:30
qutebrowser.appdata.xml appdata: install the metainfo using the Makefile 2018-05-19 13:57:26 +02:00
qutebrowser.desktop Add Comment to .desktop file 2018-06-14 23:29:16 +02:00
qutebrowser.nsi NSIS: Add missing quote 2018-07-11 15:35:58 +02:00
qutebrowser.rcc Move qutebrowser.rcc to misc/ 2016-04-14 17:59:45 +02:00
qutebrowser.spec Move file_version_info.txt to misc/ and add it to .gitignore 2018-05-03 15:50:18 +03:00