PATH:
usr
/
share
/
zsh
/
site-functions
#compdef flatpak emulate -L zsh local index (( index = ${(c)#words[0,CURRENT]} + $#PREFIX + 1 )) local resp=($(flatpak complete "$words" $index "$words[CURRENT]")) _description options opt_expl option _description arguments arg_expl argument local match for match in $resp; do case $match in __FLATPAK_FILE) _files;; __FLATPAK_BUNDLE_FILE) _path_files -g '*.flatpak';; __FLATPAK_BUNDLE_OR_REF_FILE) _path_files -g '*.flatpak(|ref)';; __FLATPAK_DIR) _path_files -/;; -*=) compadd $opt_expl[@] -S "" -- $match;; -*) compadd $opt_expl[@] -- $match;; *) compadd $arg_expl[@] $match;; esac done # vim: ft=zsh
[-] _systemd-delta
[edit]
[-] _journalctl
[edit]
[-] _bwrap
[edit]
[-] _systemctl
[edit]
[-] _curl
[edit]
[-] _systemd-run
[edit]
[-] _bootctl
[edit]
[-] _firewalld
[edit]
[-] _systemd-inhibit
[edit]
[-] _timedatectl
[edit]
[-] _sd_machines
[edit]
[-] _systemd-tmpfiles
[edit]
[+]
..
[-] _systemd-analyze
[edit]
[-] _flatpak
[edit]
[-] _busctl
[edit]
[-] _kernel-install
[edit]
[-] _bluetoothctl
[edit]
[-] _systemd-path
[edit]
[-] _udevadm
[edit]
[-] _systemd
[edit]
[-] _coredumpctl
[edit]
[-] _loginctl
[edit]
[-] _hostnamectl
[edit]
[-] _sd_hosts_or_user_at_host
[edit]
[-] _sd_outputmodes
[edit]
[-] _sd_unit_files
[edit]
[-] _nvme
[edit]
[-] _localectl
[edit]