yglukhov / nimx

GUI library
MIT License
1.09k stars 75 forks source link

Directory window widget #507

Closed nixfreak closed 1 year ago

nixfreak commented 1 year ago

Does nimX have a way to show a directory structure , for instance a box that shows your PWD or a path that you can browse to?

I'm looking for a gui that allows me to pull up a directory and then edit files using a bash script that relates to adding extended attributes on a linux file system.

$ zenity --file-selection --multiple --filename "${HOME}/"

https://linuxconfig.org/how-to-use-graphical-widgets-in-bash-scripts-with-zenity

yglukhov commented 1 year ago

No, but have a look at os_files and nim-native-dialogs. There's also dialogs, but it seems to use gtk on macos instead of AppKit, whereas the former two use AppKit.