qutebrowser user script to save pages into your Pocket.
- install pocket-api dependency with i.e.
pip3 install pocket-api --user
- put
qutepocket
file into your userscripts directory - configure key bindings (see bellow)
If you are on Linux/Unix you can clone this git repository and symlink qutepocket
script to your userscript directory.
When you use qutepocket for the first time, you need to authorize it to access your Pocket.
Its enough if you simply call qutepocket with your key binding, it detects that you have no access so far and opens authorization page for you.
Simply confirm access on that page, close opened tab and call qutepocket again, this time it should work as supposed.
To use this “extension” you need to setup some key binding. I’m using s p
as / S ave to P ocket/
:bind sp spawn --userscript qutepocket
config.bind("sp", "spawn --userscript qutepocket")
GNU GENERAL PUBLIC LICENSE Version 3, see LICENSE.