[qutebrowser] Add wallabag bookmarklet

This commit is contained in:
Sebastian Schulze 2022-01-31 21:42:39 +01:00
parent be5e7caebc
commit 737096ffac
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ config.bind(',vF', 'hint --rapid links spawn umpv {hint-url}')
config.bind(',su', 'spawn -u send-url')
config.bind(',sp', 'spawn -u send-url baschtfon')
config.bind(',b', 'open https://read.bascht.space/bookmarklet?url={url}')
config.bind('<z><l>', 'spawn --userscript qute-pass --mode gopass --username-target secret --username-pattern "user: (.+)"')
config.bind('<z><u><l>', 'spawn --userscript qute-pass --mode gopass --username-target secret --username-pattern "user: (.+)" --username-only')
config.bind('<z><p><l>', 'spawn --userscript qute-pass --mode gopass --username-target secret --username-pattern "user: (.+)" --password-only')