1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-15 23:46:11 +00:00

🐛 update docs

This commit is contained in:
Tw93
2025-10-05 19:29:26 +08:00
parent f39f04c357
commit 205746df5b

View File

@@ -48,27 +48,26 @@ brew install tw93/tap/mole
```bash ```bash
mo # Shortcut alias for Mole mo # Shortcut alias for Mole
mole # Interactive menu mo clean # System cleanup
mole clean # System cleanup mo clean --dry-run # Preview mode
mole clean --dry-run # Preview mode mo clean --whitelist # Manage protected caches
mole clean --whitelist # Manage protected caches mo uninstall # Uninstall apps
mole uninstall # Uninstall apps mo analyze # Disk analyzer
mole analyze # Disk analyzer mo update # Update Mole
mole update # Update Mole mo remove # Remove Mole from system
mole remove # Remove Mole from system mo --help # Show help
mole --help # Show help
// If the command is not found, you can enter `mole update` to upgrade to the latest version.
``` ```
Prefer the shorter alias `mo` for every command; `mole` remains available. > Recommended start with `mo clean --dry-run` to preview, `mo clean --whitelist` to protect caches
> Highly recommended start with `--dry-run` to preview, enable `--whitelist` to protect caches
## Features ## Features
### Deep System Cleanup ### Deep System Cleanup
```bash ```bash
$ mole clean $ mo clean
▶ System essentials ▶ System essentials
✓ User app cache (45.2GB) ✓ User app cache (45.2GB)
@@ -96,7 +95,7 @@ $ mole clean
### Smart App Uninstaller ### Smart App Uninstaller
```bash ```bash
$ mole uninstall $ mo uninstall
🗑️ Select Apps to Remove 🗑️ Select Apps to Remove
═══════════════════════════ ═══════════════════════════
@@ -122,7 +121,7 @@ $ mole uninstall
### Disk Space Analyzer ### Disk Space Analyzer
```bash ```bash
$ mole analyze $ mo analyze
📊 Analyzing: /Users/You 📊 Analyzing: /Users/You
═══════════════════════════════════════════════════════ ═══════════════════════════════════════════════════════
@@ -144,9 +143,9 @@ Total: 156.8GB
## FAQ ## FAQ
1. **Is Mole safe?** Mole focuses on cleaning caches and logs, without touching app settings, user documents, or system files. You can run `mole clean --dry-run` to preview what will be removed before actually cleaning. 1. **Is Mole safe?** Mole focuses on cleaning caches and logs, without touching app settings, user documents, or system files. You can run `mo clean --dry-run` to preview what will be removed before actually cleaning.
2. **How often should I clean?** About once a month, or whenever you notice disk space running low. 2. **How often should I clean?** About once a month, or whenever you notice disk space running low.
3. **Can I protect specific caches?** Yes. Run `mole clean --whitelist` to interactively choose which caches to keep. Some common ones like Playwright browsers and HuggingFace models are already protected by default. 3. **Can I protect specific caches?** Yes. Run `mo clean --whitelist` to interactively choose which caches to keep. Some common ones like Playwright browsers and HuggingFace models are already protected by default.
## Support ## Support