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" "$@"
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.
Then, running that command with cursor
should then work!