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

mole — Deep clean and optimize your Mac. More information: <https://github.com/tw93/mole>.

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

Problem

How to use the mole command: Deep clean and optimize your Mac. More information: <https://github.com/tw93/mole>.

Solution

mole — Deep clean and optimize your Mac. More information: <https://github.com/tw93/mole>.

Open the main menu:
mole


Free up disk space:
mole clean


Preview cleanup without making changes:
mole clean --dry-run


Remove apps completely:
mole uninstall


Check and maintain system:
mole optimize


Explore disk usage:
mole analyze


Monitor system health:
mole status


Remove old project artifacts:
mole purge

Code Snippets

Open the main menu

mole

Free up disk space

mole clean

Preview cleanup without making changes

mole clean --dry-run

Remove apps completely

mole uninstall

Check and maintain system

mole optimize

Context

tldr-pages: osx/mole

Revisions (0)

No revisions yet.