Show HN: Forgot the Command? Stay in the Terminal (humansh.com) 3 points|by mdarabi|1d ago|4 comments|Read full story on humansh.com Describe what you need, HumanSH writes the command directly into your terminal for review — no chatbot tab, no copy-paste, no lost flow.
```
#!/bin/bash
query="$*"
prompt="Briefly, (in one line or two maximum) tell me: how do I $query"
echo $''
ollama run gemma3 --nowordwrap "$prompt"
```