You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add script to delete selected files in Finder (#1008)
* Add script to delete selected files in Finder
This script allows users to quickly move selected files or folders
to the Trash directly from Finder. Unlike existing trash scripts that
operate on entire directories (Desktop, Downloads), this command works
with any files/folders currently selected in Finder, making it more
flexible and user-friendly.
Features:
- Works with multiple selected items (files and folders)
- Handles filenames with spaces correctly
- Executes silently without confirmation for quick workflow
- Uses native Finder trash functionality
* Remove code comments
* Add macOS notification with item count
* Delete all files in single operation
* Update script author name
0 commit comments