kinjo 0.1.0

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 = "ssh-workstation"
description = "SSH into a workstation"
requirements = ["ssh"]

[match.service_type]
equals = "_workstation._tcp"

[action]
description = "SSH into the selected workstation"
command = "ssh {hostname}"
mode = "execute"