Apple Shortcut to empty bin without warnings
- Create Shortcut
Empty bin
with 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 Widget
and put ShortcutEmpty bin
into it. - Add Desktop widget with Shortcuts folder
macOS Widget
.