launchctl-completion

Bash completion for launchctl command-line tool

brewmacoslinux
Try with needOr install directly
Source

About

Bash completion for Launchctl

Commands

launchctl

Examples

List all loaded launch agents and services with auto-completion$ launchctl list<TAB>
Start a service with completion suggestions for service names$ launchctl start com.example.<TAB>
Stop a running service using bash completion$ launchctl stop com.apple.<TAB>