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?


I built a service for people to create simple Web sites using Markdown and CSS (jot.run) and the primary interface is currently a CLI client. So the target audience will be comfortable with those simple formats at least. So maybe not only programmers, but probably only technically-oriented people.