Like the thing in Warp, but, you know, without Warp.<p>Useful for quick command lookups, like trying to remember those ffmpeg arguments, for example. Just go:<p>> clud convert file movie.mov to h264 optimized for web and write to out.mp4<p>And it responds with:<p>Suggested command: ffmpeg -i movie.mov -c:v libx264 -preset medium -crf 23 -c:a aac -b:a 128k out.mp4<p>Run it? [y/N]<p>Written mostly in bash script but some dependencies on curl and python3. Might try to remove python3 dependency at some point. Just used for JSON parsing/serializing.<p>You need an API key for Gemini, OpenAI or Claude.<p>Feature requests are welcome!
by oskob
|
Mar 3, 2026, 11:32:29 PM
very cool, and like how minimal it is.
by Bnjoroge
|
Mar 3, 2026, 11:32:29 PM