I built a service whose primary client is a CLI program. I was thinking about building that client for Windows as well (not just WSL). My target users are generally technically-proficient so I’d rather not build a whole GUI app if it’s unnecessary. But I honestly have no idea how often Windows users use CLI tools beyond some Windows admin stuff.

So if Windows is your daily driver, how often do you leverage the shell and how unusual would it be to use CLI tools in your workflows?

  • treadful@lemmy.zipOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    24 hours ago

    Mostly I guess I’m wondering if porting the CLI client would be useful or if a GUI client would be required to get any traction on Windows.

    • FizzyOrange@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      22 hours ago

      Ah I see. That definitely depends on what it is and who your target audience is. I would say you can be quite technically proficient in Windows without being very familiar with the command line because a) the Windows command line sucks (even Powershell is kind of awful), and b) there are so many great GUI tools available, you almost never need to resort to the command line.

      So yeah, just depends where you want to draw the line and what it is that you’re making.