Adding Articles to Wallabag From Qutebrowser
I鈥檝e been daily driving Qutebrowser for over a month now, and I鈥檓 starting to feel at home in it. Since it doesn鈥檛 have any extensions, you have to hack things together yourself, which is why I like it so much. Today I wanted to add an article to my Wallabag instance, which I usually did by using the browser extension. I installed this Wallabag CLI: https://github.com/artur-shaik/wallabag-client pipx install wallabag-client After setting up the config I can now add entries from the command line. By running wallabag add [url]. Neat! ...