FergusFettes

Results 34 comments of FergusFettes

btw i also checked out click-repl, was hard to choose between them cause neither of them are very well documented and both have stregths: - click-repl seems to have better...

Actually let me do you one better even. For all future generations, I leave this here: ```python from typer import Context, Typer, Argument from typing import Optional from typing_extensions import...

Okay let me do you one more, `typer_shell.py`: ```python from typing_extensions import Annotated from typing import Optional, Callable from click_shell import make_click_shell from typer import Context, Typer, Argument from rich...

i just made this, pretty simple really but very nice results: https://github.com/FergusFettes/typer-shell

Did you try this with the openai models as well?

I am also having this problem and can't for the life of me figure it out. I tried changing the root dir in the pyright config: ``` root_dir = function()...

I'm going to make a PR with a solution for this, I will report back when I do, however if I forget, you can also look here, I'll post it...

Actually I just dumped my whole solution in there-- Q for the click-shell devs, would you be interested in integrating the typer-shell solution implemented at that link? Here is the...

https://github.com/FergusFettes/typer-shell also added some nice new features to it :)

Ubuntu 20.04, tmux, alacritty. Also tested x-terminal-emulator with and without tmux, same. did a basic test of this, it correctly fixed the vim issue as you say, but i found...