Sometimes I read an article in my browser (qutebrowser) and think, oh "that article would be nice to work on in emacs". I can call scripts from the browser, and hand them the visited URL.
Is it possible to call emacs (or even better emacsclient, as I always have a server running) so, that it opens the given URL in eww?
I found that I can start emacs with a function to call, but not how to hand this function a parameter from outside. For emacsclient I didn' find even that possibility