node-file-dialog icon indicating copy to clipboard operation
node-file-dialog copied to clipboard

Added file type selection option with -t

Open LiterallyANoodle opened this issue 1 year ago • 0 comments
trafficstars

Using the -t option will allow the user to specify a name and an extension format for filtering the files in the dialog.

Example:

Command python ./python/dialog.py -f -t Executable *.exe "All files" *.* produces output: image

LiterallyANoodle avatar Apr 11 '24 02:04 LiterallyANoodle