* Ihor Radchenko <yanta...@gmail.com> [2020-12-02 12:53]: > Jean Louis <bugs@gnu.support> writes: > > > What I do not know is how do I invoke script from qutebrowser to use > > the environment variables? > > https://www.qutebrowser.org/doc/userscripts.html > > Basically, script can be just a bash script. > You need to put it into userscripts directory and then you can call it > from inside qutebrowser using :spawn --userscript scriptname. That > command can be bound to a key for convenience.
Thank you. Things are not easy to find, I was looking for shell or :! like in vi