Skip to content

xdg-open: handle local hostname in `file:` URLs

Naïm Favier requested to merge ncfavier/xdg-utils:xdg-open-file-hostname into master

Fixes #208 (closed)

If HOSTNAME is set (e.g. by Bash) then use it, otherwise fall back to hostname and then uname -n.

Merge request reports