nowfound

Alternatives

Products that do what nlsh does

talk to your terminal in natural language

  1. 1UN

    Hi HN, I just released a very simple AI Shell / CLI tool that lets you convert natural language directly into executable shell commands. Built with python to simplify terminal workflows and help you quickly run commands without memorizing syntax. It has two main usage modes: One-shot mode: Quickly execute commands using natural language. Example: ai "find all PNG files larger than 5MB" The AI responds with the appropriate command and asks if you want to execute it. Interactive chat mode: Start a terminal chat session with the AI (ai -i) to iteratively build commands or scripts. Some…

    2025 · github.com

  2. 2
    BashBuddy159

    Write bash commands with natural language, fully local.

    2025

  3. 3

    AI terminal better than ChatGPT

    2024

  4. 4

    A new command line interface for Windows machines

    2019

  5. 5
    DEV CLI132

    Access dev.to right from your terminal

    2019

  6. 6GH
  7. 7

    Transform boring lines of code into natural English

    2021

  8. 8

    Control your computer with natural language

    2023

  9. 9SB

    Hi HN! I built a CLI tool called ShellTalk for macOS, Linux, and web (WebAssembly) that maps English text to the corresponding Bash commands. ShellTalk is written in Swift and available under the Apache 2.0 license on GitHub. I was inspired a few weeks ago after reading the Meta-Harness paper and seeing a tool called Hunch that did something similar using the Apple Foundation model. I often forget flag names and orders, but I wanted something that worked consistently. The 3B AFM worked surprisingly well with Hunch, but it felt slow and sometimes slight changes in what I wrote would result in…

    Apr 2026 · barrasso.me

  10. 10

    A searchable, open source collection of terminal commands

    2022

  11. 11
    Nixmac139

    Nix-darwin that speaks plain English

    Jul 2026

  12. 12

    Ai-powered terminal assistant

    2025

  13. 13

    Simple, secure remote terminal straight from your browser

    2025

  14. 14

    Remote development environments right from your terminal

    2017

  15. 15
    Bashnode125

    Build code-free custom CLIs

    2024

  16. 16
    Numby83

    A natural language calculator for your terminal and macOS

    Nov 2025

  17. 17AW
  18. 18EP

    There are easy and there are hard unix shell commands to remember, nobody knows them all. Why not use ChatGPT to translate plain english instructions into executable shell commands. Here are a few examples how `englishell` CLI can be used: $ englishell kill the process that listens to port 8080 -> lsof -i :8080 | awk '{print $2}' | tail -n 1 | xargs kill -9 $ englishell print current git branch -> git branch --show-current $ englishell show the sizes of all folders in parent of the current directory -> du -sh ../* $ englishell how long the system has been running -> uptime $ englishell…

    2023 · github.com

  19. 19

    Turn everyday language into SQL queries

    2025

  20. 20TT
  21. 21HS
  22. 22ZH
  23. 23CA
  24. 24HC

Ranked by how close each launch is in meaning, then by votes. Refine with a description →