An open API service indexing awesome lists of open source software.

https://github.com/dawnliexp/cleanslim

Lightweight Cache Cleaner for macOS
https://github.com/dawnliexp/cleanslim

cachecleaner cleaner macos smp swift tmpcleaner

Last synced: 3 months ago
JSON representation

Lightweight Cache Cleaner for macOS

Awesome Lists containing this project

README

          

# CleanSlim

Cache & Temp Cleaner for macOS

A personal learning project to try out Swift Package Manager (SPM), intentionally over-modularized for learning purposes.

这是一个「架构行为艺术」项目,场景过度设计,仅为个人学习试验Swift Package Manager。注意本工具不是演示,会真实清理指定目录,数据不可恢复。

## Safety Notice

This tool is not a demo — it will clean the specified directories and permanently delete data:

- `~/Library/Caches`
- `DerivedData`
- And other selected directories

## Screenshots




## Build

```bash
swift package clean
swift build
.build/debug/CleanSlim