How to open webpage (in default browser) directly ...
# scripting
i
How to open webpage (in default browser) directly from Kotlin script?
m
xdg-open
on linux or
open
on mac, I'm not sure there's a platform agnostic way to do this
That could be a nice/small lib 🙂