(no title)
youssefabdelm | 1 year ago
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.
jeswin|1 year ago
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.
jakedahn|1 year ago
However, subcommand like `t2x ask` are used to route you to a different model with different behavior. The ask subcommand currently makes requests to perplexity, where you can ask questions and get near realtime grounding from the world.
satisfice|1 year ago
I work with computers and do data wrangling on a daily basis. What am I missing?
w0m|1 year ago
https://github.com/TheR1D/shell_gpt
Has nice shell integration.