pkg / browser

Package browser provides helpers to open files, readers, and urls in a browser window.
BSD 2-Clause "Simplified" License
559 stars 99 forks source link

Add support for x-www-browser and www-browser in linux #26

Closed luna-duclos closed 3 years ago

luna-duclos commented 3 years ago

This implements support for various setups on linux that do not have xdg-open present but do have x-www-browser or www-browser. Debian and Ubuntu running on wsl fall in this category, but some pure linux setups do as well, making this a lovely general fix I think :)