Skip to content

file or folder picker implementation for macos#290

Merged
PolyMeilex merged 4 commits intoPolyMeilex:masterfrom
razein97:implement_file_or_folder_picker_macos
Dec 21, 2025
Merged

file or folder picker implementation for macos#290
PolyMeilex merged 4 commits intoPolyMeilex:masterfrom
razein97:implement_file_or_folder_picker_macos

Conversation

@razein97
Copy link
Contributor

@razein97 razein97 commented Dec 16, 2025

  • According to my research it is not possible directly in windows and many of the solutions I found online are hacky workarounds.
  • Linux is not tested or implemented.

Partially fixes #131

- According to my research it is not possible directly in windows and many of the solution that I found online have hacky workarounds which are very old.
- Linux is not tested or implemented.
@PolyMeilex
Copy link
Owner

PolyMeilex commented Dec 17, 2025

It is not possible to support this on Windows, Linux nor WASM. So it's kinda weird to include, but sure it does not hurt to do so.

@razein97
Copy link
Contributor Author

I tried to make it work on debian, but zenity does not support it.
However, if the feature is not supported natively by the os, there is no point in implementing it. But since macos does support it, devs developing for the mac platform will be able to take advantage of it.

@PolyMeilex PolyMeilex merged commit f016476 into PolyMeilex:master Dec 21, 2025
12 of 13 checks passed
@PolyMeilex
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Let users select both files and folders

2 participants