petereon / beaupy

A Python library of interactive CLI elements you have been looking for
https://petereon.github.io/beaupy/
MIT License
200 stars 13 forks source link

Prompt does not bash complete #49

Closed juxeii closed 1 year ago

juxeii commented 1 year ago

Hi,

it would be helpful if there is support for bash completion(an option for prompt would be enough). For example, if I want that the user inputs a file path, it would be helpful if he could hit tab and get a path completion.

petereon commented 1 year ago

Hi @juxeii ,

thanks for a feature request. It's a great idea. Sounds like it would be reasonably easy to implement too. I am very open to Pull Requests if you are technical and would like to take a stab at it.

Otherwise I'll take it upon myself, but it will take some time as I am currently jugging a bit more stuff than I'd like to.

juxeii commented 1 year ago

I do not have time to do a pull request. Take your time :)