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
Copy file name to clipboardExpand all lines: README.md
+8-13Lines changed: 8 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,28 +61,23 @@ mo remove # Remove Mole from system
61
61
mo --help # Show help
62
62
mo --version # Show installed version
63
63
64
-
mo clean --dry-run # Preview the cleanup plan
65
-
mo clean --whitelist # Manage protected caches
66
-
mo clean --dry-run --debug # Detailed preview with risk levels and file info
64
+
# Safe preview before applying changes
65
+
mo clean --dry-run
66
+
mo uninstall --dry-run
67
+
mo purge --dry-run
67
68
68
-
mo optimize --dry-run # Preview optimization actions
69
-
mo optimize --debug # Run with detailed operation logs
69
+
#--dry-run also works with: optimize, installer, remove, completion, touchid enable
70
+
mo clean --dry-run --debug # Preview + detailed logs
70
71
mo optimize --whitelist # Manage protected optimization rules
71
-
mo uninstall --dry-run # Preview app uninstall actions
72
-
mo purge --dry-run # Preview project artifact purge
73
-
mo installer --dry-run # Preview installer cleanup actions
74
-
mo touchid enable --dry-run # Preview Touch ID sudo config changes
75
-
mo completion --dry-run # Preview shell completion file updates
76
-
mo remove --dry-run # Preview Mole self-removal
72
+
mo clean --whitelist # Manage protected caches
77
73
mo purge --paths # Configure project scan directories
78
74
mo analyze /Volumes # Analyze external drives only
79
75
```
80
76
81
77
## Tips
82
78
83
79
- Video tutorial: Watch the [Mole tutorial video](https://www.youtube.com/watch?v=UEe9-w4CcQ0), thanks to PAPAYA 電腦教室.
84
-
- Safety first: Deletions are permanent. Review carefully with dry-run before applying changes. See [Security Audit](SECURITY_AUDIT.md).
85
-
- Debug and logs: Use `--debug` for detailed logs. Combine with `--dry-run` for a full preview. File operations are logged to `~/.config/mole/operations.log`. Disable with `MO_NO_OPLOG=1`.
80
+
- Safety and logs: Deletions are permanent. Review with `--dry-run` first, and add `--debug` when needed. File operations are logged to `~/.config/mole/operations.log`. Disable with `MO_NO_OPLOG=1`. See [Security Audit](SECURITY_AUDIT.md).
86
81
- Navigation: Mole supports arrow keys and Vim bindings `h/j/k/l`.
0 commit comments