From 8503dd45635c7a813c5af122b87fbd533b799d48 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sun, 28 Sep 2025 22:18:33 +0800 Subject: [PATCH] :fire: remove brew --- Formula/mole.rb | 14 -------------- RELEASE_NOTES.md | 13 ------------- 2 files changed, 27 deletions(-) delete mode 100644 Formula/mole.rb delete mode 100644 RELEASE_NOTES.md diff --git a/Formula/mole.rb b/Formula/mole.rb deleted file mode 100644 index 773a4c7..0000000 --- a/Formula/mole.rb +++ /dev/null @@ -1,14 +0,0 @@ -class Mole < Formula - desc "Mole - Clean your Mac" - homepage "https://github.com/tw93/mole" - license "MIT" - head "https://github.com/tw93/mole.git", branch: "main" - - def install - bin.install "mole" - end - - test do - assert_match "Mole", shell_output("#{bin}/mole --help", 0) - end -end diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md deleted file mode 100644 index b25fde1..0000000 --- a/RELEASE_NOTES.md +++ /dev/null @@ -1,13 +0,0 @@ -# Mole v0.1.1 - -🦡 **Dig deep like a mole to clean your Mac.** - -## What's New - -1. **🧹 Deep System Cleanup** - Remove hidden caches, logs, and temp files across system, browsers, and developer tools in one command -2. **🛡️ Smart Safety Protection** - Built-in guardrails prevent deletion of vital macOS and input method files -3. **📦 Complete App Uninstaller** - Remove applications plus all leftover directories, preferences, and caches with smart detection -4. **⚡️ Fast Terminal UI** - Arrow-key navigation with pagination for managing large app collections -5. **🍺 Homebrew Support** - Easy installation via `brew install tw93/tap/mole` with automated updates - -Install: `curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash`