Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Not that this isn't great or anything, but this repo could almost be a single a file. E.g. this is what I have in `/usr/local/bin/howdoi`...

```

#!/bin/bash

query="$*"

prompt="Briefly, (in one line or two maximum) tell me: how do I $query"

echo $''

ollama run gemma3 --nowordwrap "$prompt"

```



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: