Skip to content

Instantly share code, notes, and snippets.

@luismtorresv
Last active June 22, 2023 03:29
Show Gist options
  • Save luismtorresv/71c3d448e663674463b63bf49bbcc08a to your computer and use it in GitHub Desktop.
Save luismtorresv/71c3d448e663674463b63bf49bbcc08a to your computer and use it in GitHub Desktop.
List macOS installed Applications of root and user folder
#!/bin/sh
# Source: https://apple.stackexchange.com/a/182973
mdfind -onlyin /Applications -onlyin ~/Applications kMDItemKind="Application" > ~/Desktop/apps.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment