sqweek / dialog

Simple cross-platform dialog API for go-lang
ISC License
493 stars 76 forks source link

Can't select multiple files #39

Open HassanAlgoz opened 4 years ago

HassanAlgoz commented 4 years ago

I want to be able to select multiple files, but currently, I can only select one. I am using Windows 10-64bit.

Thanks a lot.

lunny commented 2 years ago

Any update?

lonnywong commented 2 years ago

@sqweek Looking forward to select multiple files.

Wieku commented 11 months ago

My fork at https://github.com/Wieku/dialog supports multiple file selection for Windows/Linux, as well as modern directory selector for Windows.

I finally have to PR this but will need help from someone familiar with Cocoa to bring that functionality to MacOS.

karelbilek commented 4 months ago

@Wieku I can have a look at that.

(I made another similar repo here - https://github.com/karelbilek/multiselect - but I will look at your fork)

karelbilek commented 4 months ago

The repo I linked has multiple file select + modern selector on Windows.

I will look and compare with your fork, and will make PR here. (But, I am not sure if this repo is maintained...)

sqweek commented 4 months ago

But, I am not sure if this repo is maintained...

I'm not super active, but I am around :) Welcome @karelbilek, I appreciate the attention and effort you've offered so far. As I said in the other PR I don't have an OSX test environment currently which obviously makes it difficult for me to build on the work started by @Wieku. If you're happy to put a combined PR together that would be very welcome, or if I don't hear anything within a week I can have a look myself at merging both of your approaches.

@Wieku are you happy for your changes to be pulled in to this repo?