textual icon indicating copy to clipboard operation
textual copied to clipboard

Add path autocompletion suggester

Open jdcowf opened this issue 2 years ago • 3 comments

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.

jdcowf avatar Sep 21 '23 20:09 jdcowf

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

github-actions[bot] avatar Sep 21 '23 20:09 github-actions[bot]

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

tconbeer avatar Sep 22 '23 16:09 tconbeer

And this: https://github.com/darrenburns/textual-autocomplete

jtyers avatar Oct 09 '23 08:10 jtyers

It's not a bad idea. Moving to discussions for now, but this may eventually get in to the core lib.

willmcgugan avatar Jul 15 '24 14:07 willmcgugan