Show HN: A macOS cleanup tool with a terminal UI

(github.com)

3 points | by immutable000 15 hours ago ago

1 comments

  • immutable000 15 hours ago

    I built a small macOS cache-cleanup tool that runs as a TUI and focuses on a review-first workflow: you see exactly what will be removed before deciding to delete anything.

    On my dev machines (Docker, browsers, various dev tools), cache and app data often grow to 30–40% of disk usage. Most existing cleaners either auto-delete or obscure how items are grouped, which made them hard for me to trust.

    This tool intentionally avoids automation. You inspect categories, sizes, and paths, then choose what to remove.

    Repo: https://github.com/2ykwang/mac-cleanup-go

    I’m curious what kind of cleanup tools people tend to prefer. feedback is welcome