Scanning startup items...
Active
{{ enabledStartup.length }}
Running at startup
Disabled
{{ disabledStartup.length }}
Not running
User Agents
{{ startupItems.filter(function(i){ return i.scope === 'user'; }).length }}
~/Library/LaunchAgents
System Daemons
{{ startupItems.filter(function(i){ return i.type === 'daemon'; }).length }}
/Library/LaunchDaemons
Launch Agents & Daemons
Name Scope Status Run at Load Actions