Current AI-assisted CLI tools are often part of larger systems and work better on Linux.
I built llm-term to address these. It's a Rust-based tool that compiles into a single binary file. You only need to download the binary, add it to your PATH, and configure your OpenAI key to get started.
While llm-term offers an option for gpt-4o, it works great with gpt-4o-mini. So it's not costly.
I appreciate any feedback or suggestions.
How is this different to all the others?<p>Please don't just say "written in rust, lol". There's definitely a time and place for that, but a little script that makes interacts with the shell and makes a couple of API calls isn't it.
This is cool! I wrote one that works with Ollama: <a href="https://gitlab.scd31.com/stephen/fem" rel="nofollow">https://gitlab.scd31.com/stephen/fem</a>