NewsLab
Aug 28 16:22 UTC

Show HN: Forgot the Command? Stay in the Terminal (humansh.com)

3 points|by mdarabi||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.

Comments (4)

4 shown
  1. 1. hahooh||context
    lovely no more history | grep xxx lol
  2. 2. eternityforest||context
    Atuin already solves that very well for me, although I might consider this for new commands
  3. 3. digitalWestie||context
    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"

    ```

  4. 4. im_soul||context
    it looks great. i still not able to figure out why i am not using it