Add wallabag article quickadd to qutebrowser
Adds :wallabag-add command to qutebrowser to add current page to it as an article. Can optionally use <leader>ra (read-add) for the same functionality.
This commit is contained in:
parent
5970e2f13d
commit
8a31e9024a
2 changed files with 17 additions and 0 deletions
|
|
@ -75,6 +75,11 @@ c.aliases["q"] = "tab-close"
|
|||
# if we save sessions with w, load sessions with e (again, mimicks vim)
|
||||
c.aliases["e"] = "session-load"
|
||||
|
||||
# bookmarklet aliases:
|
||||
# wallabag add current page, either with walla command, or <leader>ra
|
||||
c.aliases["wallabag-add"] = "spawn --userscript wallabag_add.sh"
|
||||
config.bind(leader + 'ra', 'wallabag-add', mode='normal')
|
||||
|
||||
# set stylesheets for the browser to use
|
||||
# leader - ss to remove all applied stylesheets
|
||||
config.bind(leader + 'ss', 'set content.user_stylesheets ""')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue