You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frogmouth, when opening an "external" link, uses Python's own webbrowser controller; it should be opening whatever makes sense to it based on your operating system and environment. For example, on macOS, if I open a web link in a Markdown document it opens in my system's graphical browser.
I just tested python -m webbrowser -t "https://www.python.org" in different environments and it did open my system browser in WSL but lynx in a tmux session.
Hi,
I was just playing around with this and it seems to try to use
lynx
orw3m
as the browser to open links.I would like to configure this to use my system browser, usually this is something like
open <LINK>
in the terminal.Thanks
The text was updated successfully, but these errors were encountered: