We’re launching free support for BYOD Android devices and looking for early feedback. Interested?
Returns applications that are not in the `/Applications` directory
To learn more about queries, check this guide.
SELECT * FROM apps WHERE path NOT LIKE '/Applications/%';
mdfind "kMDItemContentType == 'com.apple.application-bundle'" | grep -vE '^/Applications/|^/System/Applications/'
PowerShell commands are currently work in progress, contributions welcome.
Bash commands for macOS are currently work in progress, contributions welcome.