A shell script to list all installed applications on macOS, from various sources.
This script lists installed applications from:
- Homebrew (Casks)
- Mac App Store
- Manually installed applications (in
/Applicationsand~/Applications) - Homebrew (Formulae) (optional)
./list-installed-apps.sh [options]--with-formulae: Include Homebrew formulae in the list.--export-csv: Export the list to a CSV file (installed_apps.csv).--export-md: Export the list to a Markdown file (installed_apps.md).
This project is licensed under the MIT License - see the LICENSE file for details.