Highlights
- ๐ฆก Deep System Cleanup - Remove hidden caches, logs, and temp files in one sweep
- ๐ฆ Smart Uninstall - Complete app removal with all related files and folders
- โก๏ธ Fast Interactive UI - Arrow-key navigation with pagination for large lists
- ๐งน Massive Space Recovery - Reclaim 100GB+ of wasted disk space
Installation
curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bashUsage
mole # Interactive main menu
mole clean # Deep system cleanup
mole uninstall # Interactive app uninstaller
mole --help # Show helpWhat Mole Cleans
| Category | Targets | Recovery |
|---|---|---|
| ๐๏ธ System | App caches, logs, trash, crash reports | 20-50GB |
| ๐ Browsers | Safari, Chrome, Edge, Arc, Firefox cache | 5-15GB |
| ๐ป Developer | npm, pip, Docker, Homebrew, Xcode | 15-40GB |
| ๐ฑ Apps | Slack, Discord, Teams, Notion cache | 3-10GB |
What Mole Uninstalls
| Component | Files Removed | Examples |
|---|---|---|
| ๐ฏ App Bundle | Main .app executable | /Applications/App.app
|
| ๐ Support Data | App-specific user data | ~/Library/Application Support/AppName
|
| ๐พ Cache Files | Temporary & cache data | ~/Library/Caches/com.company.app
|
| โ๏ธ Preferences | Settings & config files | ~/Library/Preferences/com.app.plist
|
| ๐ Logs & Reports | Crash reports & logs | ~/Library/Logs/AppName
|
| ๐ฆ Containers | Sandboxed app data | ~/Library/Containers/com.app.id
|