Mole:像鼹鼠一样深入挖掘来清理您的 Mac

评论 (3)

登录 后可发表评论

1 2 3
瓦白 · 2025-10-26 13:01:36 (已编辑)

命令行安装:
curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash

使用
mo clean


mo # Interactive menu
mo clean # System cleanup
mo clean --dry-run # Preview mode
mo clean --whitelist # Manage protected caches
mo uninstall # Uninstall apps
mo analyze # Disk analyzer

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

瓦白 · 2025-11-17 23:52:59

下面的命令不能用的话,可以使用 CDN

curl -fsSL https://cdn.jsdelivr.net/gh/tw93/mole@main/install.sh | bash

瓦白 · 2025-12-11 17:36:49

另一个方法是让命令行走代理
curl -x socks5h://127.0.0.1:7890 -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash