mirror of
https://github.com/tw93/Mole.git
synced 2026-02-05 03:19:42 +00:00
🔥 remove brew
This commit is contained in:
@@ -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
|
||||
@@ -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`
|
||||
Reference in New Issue
Block a user