Skip to main contentModule app_uninstall
Source - AppInfo
- Information about an installed macOS application
- find_app
- Find an app by query string. Matches case-insensitively against:
- find_app_traces
- Find all traces of an app across ~/Library subdirectories.
Returns CleanableItems sorted by size (largest first).
- list_apps
- List all installed applications from /Applications by reading their Info.plist files.
Returns apps sorted by name.
- list_apps_in
- List apps in a given directory (useful for testing).