1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-10 14:45:25 +02:00
tldr/pages/osx/mac-cleanup.md

25 lines
588 B
Markdown
Raw Normal View History

# 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]}}`
2025-05-29 09:19:46 +03:00
- Perform a dry-run, showing what will be removed without actually deleting it:
`mac-cleanup {{[-n|--dry-run]}}`
2025-05-29 09:19:46 +03:00
- Specify the directory with custom cleanup path:
`mac-cleanup {{[-p|--custom-path]}} {{path/to/directory}}`
2025-05-29 09:19:46 +03:00
- Automatically acknowledge all warnings and continue with force:
2025-05-29 09:19:46 +03:00
`mac-cleanup {{[-f|--force]}}`