Mastodon内容采集
只读获取Mastod
Mole 是一款 Mac 系统清理与优化工具,整合 CleanMyMac、AppCleaner、DaisyDisk 等工具的核心功能,提供深度清理、智能卸载、磁盘分析和项目构建产物清理能力。
安装指令:
brew install mole
基础用法:
mo clean --dry-run --debugmo cleanmo optimize --dry-run
mo optimizemo purgemo installer其他命令:mo touchid(配置 Touch ID sudo)、mo completion(补全设置)、mo update(更新工具)、mo remove(卸载)。
见下方输入与输出表格。
| 项目 | 内容 |
|---|---|
| 输入 | 子命令(clean/optimize/purge/installer/touchid/completion/update/remove);可选标志 –dry-run/–debug/–whitelist/–paths;配置文件 ~/.config/mole/purge_paths |
| 输出 | 终端文本报告(待清理文件列表、已释放空间、操作日志、风险等级) |
| 适用人群 | Mac 用户、开发者、运维人员、需要自动化磁盘清理的场景 |
| 不包含 | Windows/Linux 支持、GUI 操作、文件恢复、远程清理 |
--dry-run 预览,确认无误后再执行实际清理--whitelist 管理受保护路径,避免误删重要数据原始链接:https://github.com/openclaw/skills/tree/main/skills/bjesuiter/mole-mac-cleanup/SKILL.md
来源类型:GitHub 仓库