## feature: * Specially in multiline mode tgpt would ask if the user does he want to run the command if the ai has written an command. ## usecases * In multiline mode this would help a lot, becouse the user doesn't have to exit the conversation. * Also in the normal mode this would help, so the user doesn't have to copy and paste it, tgpt would just ask if the user wants to execute that command. ## example how it would work ``` user: write a command that make a folder and its name is "folder1" bot: mkdir folder1 tget: do you want to execute that command(Y,n): ```
feature:
usecases
example how it would work