[Cocoadialog-users] Selecting directories
Status: Beta
Brought to you by:
sporkstorms
From: Tim S. <ti...@cl...> - 2015-09-19 12:44:21
|
I'd like to be able to select a directory. This can sort of be done with: cocoaDialog.app/Contents/MacOS/cocoaDialog fileselect --select-directories ‑‑select‑only‑directories (with options in just that order) but it appears to have some drawbacks: 1) You can still select a file (second option seems to be ignored) 2) Selecting a directory is done by clicking the "Open" button 3) Entering a directory requires double-clicking the directory (i.e. *not* clicking "Open") 4) There is no "New Folder" possibility Perhaps a "directoryselect" runmode could be added, with a --new-folder option if the user is allowed to create one. -- Cheers -- Tim |