← Back

Make friends with the terminal

by Founder @ Platen · LinkedIn · 2026-07-17

A note on tools: Platen builds with Anthropic’s Claude and Claude Code, so that’s what these guides teach. They’re not the only tools that can do this — they’re the ones we prefer. Anthropic doesn’t pay Platen anything, and nothing here is sponsored.

The biggest hurdle for most "non-technical" people isn't learning the terminal — it's opening it.

That black window with the blinking cursor looks like you're about to break something, even though you're not.

Here's what the terminal actually is: just another interface. Instead of buttons and menus, it uses words.

Claude Code lets you describe what you want in plain English instead of learning command-line syntax. It translates your request into the commands your computer understands and runs them for you — and before anything that would actually change your files, it asks your permission first.

Three things that get people over the hump:

  1. You can't break anything by looking. Opening the terminal does nothing. Typing claude and asking questions does nothing to your files. Everything that changes anything asks you first.
  2. Paste works. It's Cmd+V on a Mac and Ctrl+V on Windows, the same as everywhere else. More people wonder about this than you'd think. And it's not just text — you can paste a screenshot straight into the terminal, which turns out to be one of the most useful ways to show Claude what you're looking at.
  3. When you're lost, ask the thing itself. "What do you recommend and why?" and "Explain it to me simply like I'm in 7th grade" are two of the most useful prompts there are, at any experience level. There's no teacher standing over your shoulder judging the question.

One quality-of-life tip: the window that comes with your computer works fine, but a free upgrade makes it a nicer place to spend time — iTerm2 on a Mac, or Microsoft's Windows Terminal on a PC. Better colors, easier text, and split panes for later, when you're running more than one thing. Neither is required, just nicer.

A note for Windows folks: the terminal there is called PowerShell, and Claude Code runs in it natively — no special setup beyond the regular install. Everything in this piece applies the same way.

The fear doesn't go away because you studied enough. It goes away after you've opened the window, asked a question, gotten a useful answer, and watched nothing bad happen. One afternoon is usually all it takes.

Have something you’re interested in collaborating on? Let’s connect.