From fe3ddd1f745709228a3b361c451d1c119fc6618f Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sun, 28 Dec 2025 14:59:23 +0800 Subject: [PATCH] Remove Raycast cache cleaning to protect clipboard history (#174) --- lib/clean/app_caches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/clean/app_caches.sh b/lib/clean/app_caches.sh index 22c3e90..047d908 100644 --- a/lib/clean/app_caches.sh +++ b/lib/clean/app_caches.sh @@ -76,7 +76,7 @@ clean_design_tools() { safe_clean ~/Library/Caches/Adobe/* "Adobe cache" safe_clean ~/Library/Caches/com.adobe.*/* "Adobe app caches" safe_clean ~/Library/Caches/com.figma.Desktop/* "Figma cache" - safe_clean ~/Library/Caches/com.raycast.macos/* "Raycast cache" + # Note: Raycast cache is protected - contains clipboard history (including images) } # Clean video editing tools