terminalGPT
terminalGPT copied to clipboard
Feature Request: allow multiline input or one-shot with input from argument or stdin
Feature request
It would be great it it's possible to provide a multiline input to the terminalGTP.
Scenario includes analyzing code snippet but there's probably more.
Expected behavior One of those would be great but I'm open to other propositions:
- provide
one-shot
command like in https://github.com/adamyodinsky/TerminalGPT#one-shot - provide cli argument to switch from sending input with
Enter
toShift-Enter
- with this I should be able to start a new line by pressing
Enter
but to send input to the model I'd have to pressShift-Enter
- with this I should be able to start a new line by pressing
- provide functionality to accept input from stdin
Hi @kromanow94 , thanks for the feedback and suggestions, they are great ideas. As of right now I'm working on a new version of terminalGPT , in a new repository and with a new approach. While this is on the works, if you want to add those functionalities, feel free to do so.
@kromanow94 I'm working on those changes as of right now. I've created a new version of terminalgpt allowing multi-taks decision making , plugins and more.
@jucasoliveira nice, thank for the update!