Is it possible to obtain the file paths of user-selected files in file explorer? #7769
Replies: 3 comments
-
I never saw something like this before, do you still remember which electron app did that? |
Beta Was this translation helpful? Give feedback.
-
I tried an app called raycast, (native mac app) it can read the text I highlighted as well as files selected. I realize that before the feature is enabled, it asked for accessibility permission on Mac. Tauri would be more powerful with these APIs. |
Beta Was this translation helpful? Give feedback.
-
It seems like the API get be used to access another app's UI. https://developer.apple.com/library/archive/samplecode/UIElementInspector/Introduction/Intro.html |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Expectation:
After a user selects a few files in file explorer, the user can press a hotkey and the tauri app could get the file paths.
Is this possible with Tauri? Or Rust?
I have seen an Electron app doing that, but I don't know how Electron did that as well.
Beta Was this translation helpful? Give feedback.
All reactions