mirror of
https://github.com/tw93/Mole.git
synced 2026-02-12 05:54:00 +00:00
Clean Spotlight user caches
This commit is contained in:
@@ -79,6 +79,10 @@ clean_finder_metadata() {
|
||||
clean_macos_system_caches() {
|
||||
safe_clean ~/Library/Saved\ Application\ State/* "Saved application states"
|
||||
safe_clean ~/Library/Caches/com.apple.spotlight "Spotlight cache"
|
||||
|
||||
# Clean Spotlight user caches (CoreSpotlight can grow very large)
|
||||
clean_spotlight_caches
|
||||
|
||||
safe_clean ~/Library/Caches/com.apple.photoanalysisd "Photo analysis cache"
|
||||
safe_clean ~/Library/Caches/com.apple.akd "Apple ID cache"
|
||||
safe_clean ~/Library/Caches/com.apple.Safari/Webpage\ Previews/* "Safari webpage previews"
|
||||
|
||||
Reference in New Issue
Block a user