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-http-alt"
description = "Open HTTP service in a browser"
requirements = ["xdg-open"]

[match.service_type]
regex = "^_http-alt\\._tcp$"

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