|
|
|
|
|
by youssefabdelm
530 days ago
|
|
I wish someone would do something like this but without the preamble like "t2x ask 'bla bla'" All I want to do is talk to my computer, like: "Sort these files" or whatever. Straight away. No noise. And it should have a history of what was done already, so it knows what I'm talking about. If people are concerned about safety, it could just be a 'mode' or an app that isn't a terminal but looks like a terminal. |
|
There's aichat, which you can use in REPL mode to do exactly that: https://github.com/sigoden/aichat
Shameless plug: I mostly use my own work: https://github.com/codespin-ai/codespin
But it requires you to pipe: `ls | codespin go sort`. Maybe I should add what you're suggesting.