[metadata]
name = "open-http"
description = "Open HTTP service in a browser"
requirements = ["xdg-open"]
[match.service_type]
regex = "^_http\\._tcp$"
[action]
description = "Open in browser"
command = "xdg-open http://{hostname}:{port}"
mode = "fork"