about summary refs log tree commit diff
path: root/Completion/Darwin/Type/_mac_applications
blob: 7b633579c6ef74c677ca345cc8e7f4e14906de66 (plain) (blame)
1
2
3
4
5
6
7
#autoload

_retrieve_mac_apps

local expl
_wanted commands expl 'macOS application' \
    compadd "$@" - "${(@)${_mac_apps[@]:t}%.app}"