kinjo 0.1.2

Kinjo: mDNS TUI and commands launch for local network services
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[metadata]
name = "open-https"
description = "Open HTTPS service in a browser"
requirements = ["xdg-open"]

[match.service_type]
regex = "^_https\\._tcp$"

[action]
description = "Open in browser"
command = "xdg-open https://{hostname}:{port}"
mode = "fork"