Typer file autocompletion workaround

By ubaumann, Sat 07 May 2022, modified Sun 08 May 2022, in category Brief Byte

Python

I like Typer's "autocompletion", but it looks like there is a problem in the underlying lib "click-completion" with file path completion.

So I wrote a workaround. Maybe someone knows a better solution, but so far it works fine.

code sample with auto-complete for typer

Example usage in nettowel.