Apple Shortcut to empty bin without warnings
- Create Shortcut
Empty binwith actionRun AppleScript:
on run {input, parameters}
tell application "Finder"
empty the trash without warns before emptying
end tell
return input
end run
- Create folder
macOS Widgetand put ShortcutEmpty bininto it. - Add Desktop widget with Shortcuts folder
macOS Widget.



