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.
- 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.
- 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.
- 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 want | How | Note |
|---|---|---|
| Stop the AI / interrupt it | Press 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 session | Type /exit and press Enter (or press Ctrl+C) | Exiting just ends this conversation; it deletes no files. |
| Copy text from the terminal | Select with the mouse → Cmd + C | Same as everywhere else — use Command, not Control. |
🔴 The most common trap: Windows users, used to
Ctrl+Cfor copy, take note — in the terminalCtrl+Cwill interrupt the AI. To copy, useCmd+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+Cis 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.
| Frame | Shot | UI source | Key callout / annotation |
|---|---|---|---|
| 1 | A full running Claude Code terminal screen | Vendor UI (Claude Code CLI, captured as-is) | Three arrows: bottom input box / answer area above / streaming-typing area |
| 2 | Close-up of the bottom input box, cursor blinking | Vendor UI | Caption: "the only place you need to touch" |
| 3 | Demonstrate Ctrl+C interrupting a running answer | Vendor UI | 🔴 Red text "Ctrl+C = stop, not copy" |
| 4 | Type /exit and press Enter to leave the session | Vendor UI | Caption: "exiting deletes no files" |
| 5 | Switch to Finder, show that the draft/note files in the project folder are still there | Scholardo / Finder | Caption: "close the window, the files are still there" |
Key callouts recap
- Only use the bottom input box: the rest of the text is the AI at work — just read the conclusion.
Ctrl+C= stop, not copy; useCmd+Cto copy./exitleaves the session, deletes no files.- 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.

