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

chore: clean bot commits and improve documentation

- Merged all bot commits (github-actions, Bot) into Tw93 account
     - Fixed M/U/T key bindings in main menu
     - Updated help menu and README command order
     - Improved install script output
     - Updated GitHub Actions to use Tw93 identity
This commit is contained in:
Tw93
2025-12-10 14:12:43 +08:00
parent 5b73e4ffad
commit 3e50a103f6
8 changed files with 49 additions and 43 deletions

View File

@@ -41,21 +41,23 @@ brew install tw93/tap/mole
**Run:**
```bash
mo # Interactive menu
mo clean # Deep cleanup
mo clean --dry-run # Preview cleanup plan
mo clean --whitelist # Adjust protected caches
mo uninstall # Remove apps + leftovers
mo optimize # Refresh caches & services
mo optimize --whitelist # Adjust protected optimization items
mo analyze # Visual disk explorer
mo status # Live system health dashboard
mo # Interactive menu
mo clean # Deep cleanup
mo uninstall # Remove apps + leftovers
mo optimize # Refresh caches & services
mo analyze # Visual disk explorer
mo status # Live system health dashboard
mo touchid # Configure Touch ID for sudo
mo update # Update Mole
mo remove # Remove Mole from system
mo --help # Show help
mo --version # Show installed version
mo touchid # Configure Touch ID for sudo
mo update # Update Mole
mo remove # Remove Mole from system
mo --help # Show help
mo --version # Show installed version
mo clean --dry-run # Preview cleanup plan
mo clean --whitelist # Adjust protected caches
mo uninstall --force-rescan # Rescan apps and refresh cache
mo optimize --whitelist # Adjust protected optimization items
```