update
This commit is contained in:
		
							
								
								
									
										17
									
								
								applescript/close-all-finder.applescript
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										17
									
								
								applescript/close-all-finder.applescript
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
#!/usr/bin/osascript
 | 
			
		||||
 | 
			
		||||
# Required parameters:
 | 
			
		||||
# @raycast.schemaVersion 1
 | 
			
		||||
# @raycast.title Close All Finder Windows
 | 
			
		||||
# @raycast.mode silent
 | 
			
		||||
# @raycast.packageName System
 | 
			
		||||
 | 
			
		||||
# Optional parameters:
 | 
			
		||||
# @raycast.icon 🗂️
 | 
			
		||||
 | 
			
		||||
# Documentation:
 | 
			
		||||
# @raycast.description Closes all open Finder windows.
 | 
			
		||||
 | 
			
		||||
tell application "Finder"
 | 
			
		||||
    close every window
 | 
			
		||||
end tell
 | 
			
		||||
		Reference in New Issue
	
	Block a user