Skip to content

Commit d4116fb

Browse files
committed
docs(readme): reduce duplicate quick-start guidance
1 parent de57a20 commit d4116fb

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,28 +61,23 @@ mo remove # Remove Mole from system
6161
mo --help # Show help
6262
mo --version # Show installed version
6363

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
6768

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
7071
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
7773
mo purge --paths # Configure project scan directories
7874
mo analyze /Volumes # Analyze external drives only
7975
```
8076

8177
## Tips
8278

8379
- 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).
8681
- Navigation: Mole supports arrow keys and Vim bindings `h/j/k/l`.
8782

8883
## Features in Detail

0 commit comments

Comments
 (0)