oskob | 24 days ago | on: Clud – super light-weight tool to turn natural language to terminal commands
oskob's comments
oskob | 24 days ago | on: Clud – super light-weight tool to turn natural language to terminal commands
Useful for quick command lookups, like trying to remember those ffmpeg arguments, for example. Just go:
> clud convert file movie.mov to h264 optimized for web and write to out.mp4
And it responds with:
Suggested command: ffmpeg -i movie.mov -c:v libx264 -preset medium -crf 23 -c:a aac -b:a 128k out.mp4
Run it? [y/N]
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.
You need an API key for Gemini, OpenAI or Claude.
Feature requests are welcome!
oskob | 3 years ago | on: Goiânia Accident
oskob | 3 years ago | on: How to control your smart home without yelling at a dumb voice assistant
I have them scattered all around my house and I never use voice or even apps anymore to control my smart home.
oskob | 9 years ago | on: Some bad Git situations and how I got myself out of them
oskob | 10 years ago | on: Netflix Switch – dim lights, turn on the TV, order food, and silence your phone
oskob | 10 years ago | on: Netflix Switch – dim lights, turn on the TV, order food, and silence your phone
oskob | 13 years ago | on: Hacker News Redesign