1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-14 23:25:08 +00:00

feat(clean): add interactive Xcode simulator runtime volumes cleanup (#444)

* feat(clean): add interactive Xcode simulator runtime volumes cleanup

Scan CoreSimulator Volumes/Cryptex directories, detect IN_USE/UNUSED
status via mount points, and let users interactively select items to
clean. Also show size info for unavailable simulator cleanup.


* refactor(clean): auto-clean Xcode simulator runtime volumes

Remove interactive selector, now automatically cleans all UNUSED
runtime volumes while skipping IN_USE and protected paths.
This commit is contained in:
yamamel
2026-02-13 10:41:28 +08:00
committed by GitHub
parent 2ee95f963e
commit 0cde1041f9
2 changed files with 232 additions and 3 deletions

View File

@@ -81,6 +81,7 @@ mo analyze /Volumes # Analyze external drives only
- **Navigation**: Supports arrow keys and Vim bindings (`h/j/k/l`).
- **Status Shortcuts**: In `mo status`, press `k` to toggle cat visibility and save preference, `q` to quit.
- **Configuration**: Run `mo touchid` for Touch ID sudo, `mo completion` for shell tab completion, `mo clean --whitelist` to manage protected paths.
- **Simulator Runtime Volumes**: In `mo clean` -> Developer tools, Mole auto-detects and removes unused CoreSimulator `Volumes/Cryptex` entries (IN_USE items are safely skipped).
## Features in Detail