Mac Cleaner
A script to clean your Mac and analyze disk space.
Installation
From RubyGems
gem install mac_cleanerFrom the .gem file
gem install ./mac_cleaner-1.2.2.gemFrom the git repository
git clone https://github.com/ojisanchamchi/mac_cleaner.git
cd mac_cleaner
rake installUsage
Clean up your Mac
mac_cleaner cleanOptions
-
--dry-run,-n: Perform a dry run without deleting files. -
--sudo: Run with sudo for system-level cleanup. -
--interactive,-i: Review each section and choose what to clean before anything runs.
Check the current version
mac_cleaner --versionAnalyze disk space
mac_cleaner analyze [PATH]Arguments
-
PATH: The path to analyze. Defaults to~.