1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 15:39:42 +00:00
This commit is contained in:
Tw93
2025-12-11 15:12:19 +08:00
parent 6d2fdd7392
commit 4a99620580

View File

@@ -64,21 +64,12 @@ mo optimize --whitelist # Adjust protected optimization items
## Tips
- **Terminal**: iTerm2 has known compatibility issues, use Alacritty, kitty, WezTerm, Ghostty, or Warp instead
- **Safety**: Preview cleanup with `mo clean --dry-run` before running full cleanup
- **Safety**: Built with strict protections. See our [Security Audit](SECURITY_AUDIT.md). Preview with `mo clean --dry-run`
- **Whitelist**: Use `mo clean --whitelist` to manage protected caches
- **Touch ID**: Run `mo touchid` to approve sudo with Touch ID instead of password
- **Navigation**: All menus support Vim keys `h/j/k/l` in addition to arrow keys
- **Debug**: Use `--debug` flag to see detailed logs: `mo clean --debug`
## Security & Safety
Mole is built with a **"Safety First"** philosophy. We prioritize system stability over aggressive cleaning.
- **Path Validation**: All deletion operations undergo strict validation to prevent accidents.
- **Protected Directories**: Critical system paths are hard-coded as untouchable.
- **Conservative Cleanup**: "Orphaned" data is only removed if the app is missing AND the data has been inactive for 60+ days.
- **Audit Report**: For a detailed technical breakdown of our safety mechanisms, read the [Security Audit Report](SECURITY_AUDIT.md).
## Features in Detail
### Deep System Cleanup