mirror of
https://github.com/exituser/Pearcleaner.git
synced 2026-09-17 08:29:07 +00:00
Update README.md
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<strong>Status: </strong>Maintained
|
<strong>Status: </strong>Maintained
|
||||||
<br />
|
<br />
|
||||||
<strong>Version: </strong>1.2
|
<strong>Version: </strong>1.3
|
||||||
<br />
|
<br />
|
||||||
<a href="https://github.com/alienator88/Pearcleaner/releases"><strong>Download</strong></a>
|
<a href="https://github.com/alienator88/Pearcleaner/releases"><strong>Download</strong></a>
|
||||||
·
|
·
|
||||||
@@ -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.
|
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!
|
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
|
## Features
|
||||||
> 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.
|
- 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
|
## Screenshots
|
||||||
|
|
||||||
<img src="https://github.com/alienator88/Pearcleaner/assets/6263626/aa48fd55-df2f-450c-a0c0-bf9507d7a465" align="left" width="400" />
|
<img src="https://github.com/alienator88/Pearcleaner/assets/6263626/aa48fd55-df2f-450c-a0c0-bf9507d7a465" align="left" width="400" />
|
||||||
<img src="https://github.com/alienator88/Pearcleaner/assets/6263626/036eae34-a9f0-4126-943a-376074e95067" align="center" width="400" />
|
<img src="https://github.com/alienator88/Pearcleaner/assets/6263626/036eae34-a9f0-4126-943a-376074e95067" align="center" width="400" />
|
||||||
<p></p>
|
<p></p>
|
||||||
@@ -35,17 +41,6 @@ This project was born out of wanting to learn more. There's probably parts of th
|
|||||||
<img src="https://github.com/alienator88/Pearcleaner/assets/6263626/a01357bf-75e8-4d2b-95b4-c6f306ed1dc4" align="left" width="400" />
|
<img src="https://github.com/alienator88/Pearcleaner/assets/6263626/a01357bf-75e8-4d2b-95b4-c6f306ed1dc4" align="left" width="400" />
|
||||||
<img src="https://github.com/alienator88/Pearcleaner/assets/6263626/d2fa920f-474b-4007-b54d-04ad31b994e4" align="center" width="400" />
|
<img src="https://github.com/alienator88/Pearcleaner/assets/6263626/d2fa920f-474b-4007-b54d-04ad31b994e4" align="center" width="400" />
|
||||||
|
|
||||||
|
|
||||||
## 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
|
## Requirements
|
||||||
- MacOS 13.0+
|
- MacOS 13.0+
|
||||||
- Using some newer SwiftUI code which requires 13.0+
|
- Using some newer SwiftUI code which requires 13.0+
|
||||||
|
|||||||
Reference in New Issue
Block a user