I'd like to be able to open files in a GitHub Codespace (which, of course, runs Ubuntu). I noticed that $BROWSER is set in Codespaces; using that works for the Python equivalent of this crate (the webbrowser module). Would you mind adding code that, on Linux, opens the browser using $BROWSER (if it's defined)?
Thanks for writing this -- it's a very helpful utility!