What's your favorite CLI tool for integrating LLMs into your terminal workflow?
menisadi
6 days ago
11
8
For those of you using an LLM CLI tool as part of your terminal workflow. Whether for assisting with shell commands, processing files, or anything else-which one do you use and why?

I’ve noticed there are quite a few out there, such as:

1. [sigoden/aichat](https://github.com/sigoden/aichat)

2. [simonw/llm](https://github.com/simonw/llm)

3. [charmbracelet/mods](https://github.com/charmbracelet/mods)

4. [dh1011/llm-term](https://github.com/dh1011/llm-term)

5. [gorilla-llm/gorilla-cli](https://github.com/gorilla-llm/gorilla-cli)

Which one’s your favorite? Any good one I missed?

lordkrandel6 days ago
Here to just be the witness that testifies that someone still doesn't use AI for coding, or scripting either.
vrighterlordkrandel5 days ago
Same here. My favourite of those is "none of them even being present on my PC"
dingnutslordkrandel5 days ago
yeah I want to know what kernel devs are using and if it's nothing I'll do that too
thayden5 days ago
I'm a huge fan of goose

https://github.com/block/goose

menisadithayden5 days ago
I'll check it out. Thanks
stirfish5 days ago
I discovered two days ago that you can pipe directly into ollama. Like

cat idea.txt | ollama run "$MODEL" " Write a comprehensive spec from this prompt" | ollama run "$MODEL2" "Implement this spec"

menisadistirfish5 days ago
I didn't know that!
Jahboukie2 days ago
you can try this one on for size, its free to use, open-source https://github.com/jahboukie/antigoldfish