qutebrowser: Improve shaarli/wallabag bookmarkers
Both bookmarkers can now either send the current page ("s for sending to
shaarli; "w to send to wallabag) or send any link on the current page
(;s for shaarli, ;w for wallabag).
Both have been adapted to the same format, both can be sent a link as an
argument as well (./wallabag_add.sh 'myawesome.blog/entry').
This commit is contained in:
parent
b58bd2767d
commit
f09a75820e
3 changed files with 37 additions and 7 deletions
|
|
@ -67,8 +67,9 @@ config.bind(lleader + "dp", "save-to-pdf", mode="normal")
|
|||
config.bind("gD", "recent-downloads", mode="normal")
|
||||
|
||||
config.bind('"w', "add-wallabag", mode="normal") # add current page to wallabag
|
||||
config.bind(";w", "hint links run add-wallabag") # add link to wallabag
|
||||
config.bind(';w', "hint links userscript wallabag_add.sh") # add link to wallabag
|
||||
config.bind('"s', "add-shaarli", mode="normal")
|
||||
config.bind(';s', "hint links userscript shaarli_add.sh")
|
||||
|
||||
config.bind('"a', "send-to-archive", mode="normal")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue