about summary refs log tree commit diff
path: root/Completion/User/_hosts
blob: a159a9291cb1b898995dc5928afd20a5e183054c (plain) (blame)
1
2
3
4
5
6
7
8
#compdef ftp ncftp ping rwho rup xping traceroute telnet

local expl

: ${(A)hosts:=${(s: :)${(ps:\t:)${${(f)"$(</etc/hosts)"}%%\#*}##[:blank:]#[^[:blank:]]#}}}

_description expl host
compadd -M 'm:{a-zA-Z}={A-Za-z} r:|.=* r:|=*' "$@" "$expl[@]" - "$hosts[@]"