Show HN: ask - Talk to your shell in natural language (runs locally with Ollama) 6 months ago
I made a small CLI called ask that turns plain-English requests into shell commands using Ollama models running locally. It supports:
- One-shot mode: ask show disk usage sorted by size → du -sh * | sort -h - Config via ASK_MODEL and OLLAMA_HOST
Install/uninstall are one-liners; install also pulls the default model (qwen2.5-coder:7b) and installs to ~/.local/bin. macOS/Linux.
Repo: https://github.com/ykushch/ask
Would love feedback on prompt quality, safety defaults, and UX.