FileChooser Widget
#1770
-
Hi, Did anybody implement a FileChooser Widget? Seems like a very common thing one would need for such console applications. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
davep
Feb 11, 2023
Replies: 1 comment
-
There is a builtin |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lovetox
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a builtin
DirectoryTree
widget which can serve that purpose (I've used it for that myself in one of my own applications). If on the other hand you mean a more traditional file open/save dialog sort of widget, there isn't anything in Textual for that right now and I've not seen any examples of third party widgets yet (that isn't to say they don't exist, just that I've not personally seen any).