Way to open up a folder window for a cd command?

This may be a solution:
https://discourse.julialang.org/t/choose-a-file-interactively/

dir = open_dialog("Select Folder", action=GtkFileChooserAction.SELECT_FOLDER)

from here:
https://github.com/JuliaGraphics/Gtk.jl

I don’t know if this works for macs.

1 Like