Add path autocompletion suggester
A path auto-completer/suggester would be helpful for input boxes. This seems like a common enough use case that it'd be helpful to have a standard implementation of it.
Also, this is far more helpful if Suggeter can support returning a list of suggestion as also requested here: https://github.com/Textualize/textual/issues/2330#issuecomment-1514961325.
Thank you for your issue. Give us a little time to review it.
PS. You might want to check the FAQ if you haven't done so already.
This is an automated reply, generated by FAQtory
I have one of these here if you want to take a gander: https://github.com/tconbeer/textual-textarea/blob/main/src/textual_textarea/path_input.py
And this: https://github.com/darrenburns/textual-autocomplete
It's not a bad idea. Moving to discussions for now, but this may eventually get in to the core lib.