Supports text and image generation. For text generation you can query, chat or enter a glob + a query. For any of the commands xargs-like argument replacement can be used.<p>It's written using only go's standard library (plus go experimental, within my boilerplate package)
This looks awesome. I like how clean it looks. I made something similar called Cha (<a href="https://github.com/MehmetMHY/cha">https://github.com/MehmetMHY/cha</a>) that supports image generation, answer search, and web scrapping.
This looks great -- I've been using <a href="https://github.com/ibigio/shell-ai">https://github.com/ibigio/shell-ai</a> (aliased to `q` ) but this looks even more apt for my use case. I use TypingMind for any real conversation with LLMs, but for quick answers in terminal, these kinds of tools are super useful.<p>I love the `ask` and `rask` shortcuts!<p>Would love support for Claude APIs :)