/usr/share/zsh/site-functions
#autoload # SPDX-License-Identifier: LGPL-2.1-or-later (( $+functions[__sd_machines_get_machines] )) || __sd_machines_get_machines () { { machinectl list --full --max-addresses=0 --no-legend --no-pager 2>/dev/null; echo ".host"; } | \ { while read a b; do echo "$a"; done; } | \ sort -u } local -a _machines _machines=("${(fo)$(__sd_machines_get_machines)}") typeset -U _machines if [[ -n "$_machines" ]]; then _describe 'machines' _machines else _message 'no machines' fi
.
Edit
..
Edit
_bootctl
Edit
_busctl
Edit
_coredumpctl
Edit
_curl
Edit
_firewalld
Edit
_flatpak
Edit
_hostnamectl
Edit
_journalctl
Edit
_kernel-install
Edit
_localectl
Edit
_loginctl
Edit
_sd_hosts_or_user_at_host
Edit
_sd_machines
Edit
_sd_outputmodes
Edit
_sd_unit_files
Edit
_systemctl
Edit
_systemd
Edit
_systemd-analyze
Edit
_systemd-delta
Edit
_systemd-inhibit
Edit
_systemd-path
Edit
_systemd-run
Edit
_systemd-tmpfiles
Edit
_timedatectl
Edit
_udevadm
Edit