Skip to main content

Module app_uninstall

Module app_uninstall 

Source

Structs§

AppInfo
Information about an installed macOS application

Functions§

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).