You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Windows:** Mole is built for macOS. An experimental Windows version is available in the [windows branch](https://github.com/tw93/Mole/tree/windows) for early adopters.
42
+
> Note: Mole is built for macOS. An experimental Windows version is available in the [windows branch](https://github.com/tw93/Mole/tree/windows) for early adopters.
43
43
44
-
**Run:**
44
+
**Run**
45
45
46
46
```bash
47
47
mo # Interactive menu
@@ -60,13 +60,16 @@ mo update --nightly # Update to latest unreleased main build, script in
60
60
mo remove # Remove Mole from system
61
61
mo --help # Show help
62
62
mo --version # Show installed version
63
+
```
64
+
65
+
**Preview safely**
63
66
64
-
# Safe preview before applying changes
67
+
```bash
65
68
mo clean --dry-run
66
69
mo uninstall --dry-run
67
70
mo purge --dry-run
68
71
69
-
#--dry-run also works with: optimize, installer, remove, completion, touchid enable
72
+
#Also works with: optimize, installer, remove, completion, touchid enable
70
73
mo clean --dry-run --debug # Preview + detailed logs
71
74
mo optimize --whitelist # Manage protected optimization rules
72
75
mo clean --whitelist # Manage protected caches
@@ -160,7 +163,7 @@ Use `mo optimize --whitelist` to exclude specific optimizations.
160
163
161
164
### Disk Space Analyzer
162
165
163
-
By default, Mole skips external drives under `/Volumes` for faster startup. To inspect them, run `mo analyze /Volumes` or a specific mount path.
166
+
> Note: By default, Mole skips external drives under `/Volumes` for faster startup. To inspect them, run `mo analyze /Volumes` or a specific mount path.
> **Use with caution:** This permanently deletes selected artifacts. Review carefully before confirming. Projects newer than 7 days are marked and unselected by default.
235
+
> Safety: This permanently deletes selected artifacts. Review carefully before confirming. Projects newer than 7 days are marked and unselected by default.
0 commit comments