tomas / dialog

Show native alert dialogs on Windows, OSX and Linux with Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for file (open/save) dialogs?

amwmedia opened this issue · comments

Do you think it would be difficult to add support for standard file save/open dialogs?

Not really. At least zenity supports a --file-selection argument. Not sure about macOS or Windows, though.

I ended up finding dialog-node which does appear to support the functionality I was looking for.