mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 12:01:26 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/osx/mac-cleanup
Normal file
29
tldr/osx/mac-cleanup
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, osx]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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-ru[n], showing what will be removed without actually deleting it:
|
||||
|
||||
`mac-cleanup {{[-n|--dry-run]}}`
|
||||
|
||||
- Specify the directory with custom cleanup [p]ath:
|
||||
|
||||
`mac-cleanup {{[-p|--custom-path]}} {{path/to/directory}}`
|
||||
|
||||
- Automatically acknowledge all warnings and continue with [f]orce:
|
||||
|
||||
`mac-cleanup -f`
|
||||
Reference in New Issue
Block a user