Skip to content

Instantly share code, notes, and snippets.

@ludwigtuerme
Last active June 22, 2023 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ludwigtuerme/71c3d448e663674463b63bf49bbcc08a to your computer and use it in GitHub Desktop.
Save ludwigtuerme/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