Send via Bluetooth by right-clicking on Mac
Thanks to u/Ayamykee on r/mac:
-
Cmd+Space-> Automator -> create “Quick Action” -
Set:
- Workflow receives current: "files or folders"
- in: “Finder”
-
Add (drag & drop) “Run Shell Script”, set:
- Shell:
/bin/bash - Pass input: “as arguments”
- Shell:
-
Paste this:
for f in "$@"; do open -a "Bluetooth File Exchange" "$f" done
-
File -> Save… -> “Send via Bluetooth”
-
Test it: Now it’ll show up in Finder > Right-click > Quick Actions