HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

mac-cleanup — A modern macOS cleanup tool to remove caches and junk. More information: <https://github.com/mac-cle

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandcleanupremovemodernclitoolmac-cleanupmacos
macos

Problem

How to use the mac-cleanup command: A modern macOS cleanup tool to remove caches and junk. More information: <https://github.com/mac-cleanup/mac-cleanup-py>.

Solution

mac-cleanup — A modern macOS cleanup tool to remove caches and junk. More information: <https://github.com/mac-cleanup/mac-cleanup-py>.

Start the cleanup process:
mac-cleanup


Open the module configuration screen:
mac-cleanup {{[-c|--configure]}}


Perform a dry-run, showing what will be removed without actually deleting it:
mac-cleanup {{[-n|--dry-run]}}


Specify the directory with custom cleanup modules:
mac-cleanup {{[-p|--custom-path]}} {{path/to/directory}}


Automatically acknowledge all warnings and continue with force:
mac-cleanup {{[-f|--force]}}

Code Snippets

Start the cleanup process

mac-cleanup

Open the module configuration screen

mac-cleanup {{[-c|--configure]}}

Perform a dry-run, showing what will be removed without actually deleting it

mac-cleanup {{[-n|--dry-run]}}

Specify the directory with custom cleanup modules

mac-cleanup {{[-p|--custom-path]}} {{path/to/directory}}

Automatically acknowledge all warnings and continue with force

mac-cleanup {{[-f|--force]}}

Context

tldr-pages: osx/mac-cleanup

Revisions (0)

No revisions yet.