Closed VaJoy closed 5 months ago
By the way I've try all of these:
{{copy:file path:{{selectedFile()}} }}
{{copy:file path:{{selectedFile}} }}
{{copy:file path:{{selectedFile()}}}}
{{copy:file path:{{selectedFile}}}}
But none works (get empty from selectedFile
).ðŸ˜
Same issue all the place holders i tried are returning empty ex: cd {{currentDirectory}}
There was a problem with {{selectedFiles}}
and {{currentDirectory}}
where they weren't getting replaced correctly (unexpectedly getting replaced with an object instead of a string). Should be fixed once https://github.com/raycast/extensions/pull/13118 passes review.
I tryna use TextEdit to open a selected file in Finder by running the following placeholder:
But this placeholder doesn't work, how can I fix it?