From 010c5888b9fb500b489bf37e67bcbade04b747d9 Mon Sep 17 00:00:00 2001 From: Alin Lupascu Date: Thu, 16 Nov 2023 11:30:58 -0700 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index c6ca559..d3d2917 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

Status: Maintained
- Version: 1.2 + Version: 1.3
Download ยท @@ -17,12 +17,18 @@ An open-source mac app cleaner inspired by [Freemacsoft's AppCleaner](https://freemacsoft.net/appcleaner/) and [Sun Knudsen's Privacy Guides](https://sunknudsen.com/privacy-guides/how-to-clean-uninstall-macos-apps-using-appcleaner-open-source-alternative) post on his app-cleaner script. This project was born out of wanting to learn more. There's probably parts of the code that could be done better as I'm fairly new to Swift, if you have suggestions I'm open to hearing them! -## Note -> Auto updater will notify of updates, but the installer seems to fail sometimes so I wouldn't depend on the Install button in v1.0 or v1.1. Replaced Install with Open in v1.2 so it will redirect to the releases page for now. Will continue working on fixing that, maybe implement Sparkleframework for updates. - +## Features +- 100% Swift/SwiftUI +- Super small app size (Under 2MB currently) +- Quick file search +- Optional Sentinel monitor helper that can be enabled to watch Trash folder for deleted apps +- Sentinel monitor is extremely small (210KB) and uses ~2mb of ram to run in the background and file watch. Communicates to app via custom url scheme instead of xpc to keep things even lighter +- Mini mode which can be enabled from Settings +- Can drop apps to uninstall directly on the App Icon itself or the drop target in the app window +- Requires Full Disk permission to search for files and also Accessibility to delete/restore files +- Built-in auto-updater that pulls latest release notes and binaries from GitHub Releases ## Screenshots -

@@ -35,17 +41,6 @@ This project was born out of wanting to learn more. There's probably parts of th - -## Features -- 100% Swift -- Super small app size (1.6MB) -- Quick file search -- Optional Sentinel monitor helper that can be enabled to watch Trash folder for deleted apps -- Sentinel monitor is extremely small (210KB) and uses <=5mb of ram to run in the background and file watch. Communicates to app via custom url scheme instead of xpc to keep things even lighter -- Mini mode -- Can drop apps to uninstall directly on the App Icon itself -- Requires Full Disk permission to search for files and also Accessibility to delete/restore files - ## Requirements - MacOS 13.0+ - Using some newer SwiftUI code which requires 13.0+