Skip to content

What Does the Text in the Terminal Mean? Read It Without Fear

Short video (~2 min) + annotated stills | For academic users with no technical background | Getting over the fear of the "black box"

The first time you see that text-filled "black box" (the terminal) in the right panel, it can feel intimidating — don't worry. You don't need to understand the command line; you only need to recognize a few key spots and two or three keys. This guide takes two minutes to make one screen of terminal make sense.


On One Screen of Terminal, You Only Need to Recognize These Spots

🎬 Video format: record a running Claude Code terminal and use arrows / highlights to annotate each of the spots below, narrating as you go.

  1. The input box at the bottom — this is the only place you need to touch. To have the AI do something, type it here in plain everyday language and press Enter. Just like a chat message box.
  2. The scrolling text above — that's the AI's answer and its working process (which file it read, what it's thinking). It's fine not to read or understand all of it — you only need its final conclusion.
  3. The area where the AI is "typing" — the answer appears streaming, line by line, as if someone were typing in real time. Just wait for it to finish.

🎬 Video narration: "Out of the whole terminal, the only thing you actually use is this one input box at the bottom. The text scrolling above is it doing its work — just read the conclusion."


Two or Three Keys, and You Won't Panic

What you wantHowNote
Stop the AI / interrupt itPress Ctrl + C⚠️ In the terminal, Ctrl+C means "interrupt/stop," not copy! To copy text, select it with the mouse and press Cmd+C.
Exit the current AI sessionType /exit and press Enter (or press Ctrl+C)Exiting just ends this conversation; it deletes no files.
Copy text from the terminalSelect with the mouse → Cmd + CSame as everywhere else — use Command, not Control.

🔴 The most common trap: Windows users, used to Ctrl+C for copy, take note — in the terminal Ctrl+C will interrupt the AI. To copy, use Cmd+C.


"If I Close the Window, Will My Stuff Be Gone?"

No. This is new users' most common worry, so let's answer it once and for all:

  • Anything the AI has written into your project files (drafts, notes, etc.) is already saved to the project folder on disk — closing the window or exiting the session doesn't affect them.
  • Closing the terminal / exiting the AI session only ends "this one conversation"; it does not delete or lose your manuscript files.
  • Want to pick it back up? Just open a new session and choose an agent again (see P0-5).

🎬 Closing narration: "Remember three things: the bottom input box is the only thing you touch; Ctrl+C is stop, not copy; closing the window doesn't lose your files. Know that, and you're good to go."


Shot list (video frame checklist)

The terminal itself is Claude Code's vendor UI — capture it as-is from a real screen recording, do not fabricate or redraw. Annotation boxes, arrows, and captions are our overlays.

FrameShotUI sourceKey callout / annotation
1A full running Claude Code terminal screenVendor UI (Claude Code CLI, captured as-is)Three arrows: bottom input box / answer area above / streaming-typing area
2Close-up of the bottom input box, cursor blinkingVendor UICaption: "the only place you need to touch"
3Demonstrate Ctrl+C interrupting a running answerVendor UI🔴 Red text "Ctrl+C = stop, not copy"
4Type /exit and press Enter to leave the sessionVendor UICaption: "exiting deletes no files"
5Switch to Finder, show that the draft/note files in the project folder are still thereScholardo / FinderCaption: "close the window, the files are still there"

Key callouts recap

  1. Only use the bottom input box: the rest of the text is the AI at work — just read the conclusion.
  2. Ctrl+C = stop, not copy; use Cmd+C to copy.
  3. /exit leaves the session, deletes no files.
  4. Closing the window doesn't lose your manuscripts: they're already saved in the project folder.

Data Privacy Disclosure

When you talk with the AI in the terminal, what you send and the manuscripts you have it read are sent to your chosen AI provider for processing (Anthropic / OpenAI / DeepSeek, etc., depending on your engine). The text shown locally in the terminal isn't separately transmitted, but the conversation content itself does go over the network to the provider and is handled under its privacy policy. If your research materials involve unpublished data, participant privacy, or confidentiality agreements, first confirm that sending them to a third-party AI service complies with your institution's requirements.

Scholardo is a closed-source commercial product.