My collection of CLI tools which I use together with llm or ollama.
make
brew install bash-completion@2
chat is a simple wrapper for ollama which prettifies markdown output and allows to set a default model.
chat
Bash completion script for the main ollama sub commands and the installed models when running ollama run.
Prettify streaming markdown from llm or ollama with md
ollama run MODEL "what is a qbit?" | md
llm "What is a qbit?" | md