1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 13:16:47 +00:00

Merge branch 'main' of github.com:tw93/Mole

This commit is contained in:
Tw93
2025-10-09 01:16:24 +08:00

View File

@@ -142,24 +142,24 @@ Total: 156.8GB
## FAQ ## FAQ
**Is Mole safe?** Mole only cleans caches and logs, it doesn't touch app settings, user documents, or system files. Run `mo clean --dry-run` first to preview what will be removed. - **Is Mole safe?** Mole only cleans caches and logs, it doesn't touch app settings, user documents, or system files. Run `mo clean --dry-run` first to preview what will be removed.
**How often should I clean?** Once a month, or when disk space is running low. - **How often should I clean?** Once a month, or when disk space is running low.
**Can I protect specific caches?** Yes. Run `mo clean --whitelist` to choose which caches to keep. Common ones like Playwright browsers and HuggingFace models are already protected. - **Can I protect specific caches?** Yes. Run `mo clean --whitelist` to choose which caches to keep. Common ones like Playwright browsers and HuggingFace models are already protected.
**Touch ID support?** Mole uses `sudo` for privileges, so you'll get a password prompt unless you've configured Touch ID for sudo. - **Touch ID support?** Mole uses `sudo` for privileges, so you'll get a password prompt unless you've configured Touch ID for sudo.
**Enable Touch ID for sudo:** - **Enable Touch ID for sudo:**
```bash ```bash
sudo nano /etc/pam.d/sudo sudo nano /etc/pam.d/sudo
# Add this line below the comments at the top: # Add this line below the comments at the top:
auth sufficient pam_tid.so auth sufficient pam_tid.so
# Save: Ctrl+O, then exit: Ctrl+X # Save: Ctrl+O, then exit: Ctrl+X
``` ```
## Support ## Support