Open arrowd opened 1 month ago
I got used to pressing Ctrl+D in shells (as well as patch, python, etc.) so I always stumble upon this when working in tgpt -i. Can you please make it exit the interactive session on ^D just like it does for ^C?
patch
python
tgpt -i
^D
^C
The library which is currently being used doesn't support using Ctrl + D for that :(
I got used to pressing Ctrl+D in shells (as well as
patch
,python
, etc.) so I always stumble upon this when working intgpt -i
. Can you please make it exit the interactive session on^D
just like it does for^C
?