How can I use Quick Actions to open the Cursor app on a Mac?

i used the following command to open Cursor with Finder’s Quick Actions, but it still doesn’t work.

for f in "$@"
 do
	open -a "/Applications/Cursor.app" "$f"
 done
open -a "/Applications/Cursor.app" "$@"

Hey, you should be able to install the cursor command using the command palette.

Screenshot 2025-01-18 at 16.57.16

Then, running that command with cursor should then work!