Skip to content

Instantly share code, notes, and snippets.

@skyjia
Created July 10, 2024 13:18
Show Gist options
  • Save skyjia/45802dcd5ffad764a4f99523b5f3d839 to your computer and use it in GitHub Desktop.
Save skyjia/45802dcd5ffad764a4f99523b5f3d839 to your computer and use it in GitHub Desktop.
List all installed applications on macOS
#! /bin/sh
ls /Applications | egrep '\.app$' | sed 's/\.app$//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment