Terminal Training
For Lazy People Who Don't Know Anything
💡 Fun Facts to Start
1. Older Than Your Parents
Invented in the 1960s — before GUIs existed. Your mouse? Didn't exist. Windows? Not a thing.
2. Every Click = Terminal Command
Drag a file? That's mv. Delete? That's rm. Create folder? That's mkdir. You're already using it!
3. Built for People Who Hate Repetition
Rename 100 files with one command. Find anything instantly. The ultimate "work smarter, not harder" tool.
4. You Already Know How
Type words. Press Enter. That's it. Everything else is just learning which words do what.
⚡ Your Superpowers
Tab Auto-Complete
No typos. No memorizing paths. Let the computer finish for you.
↑ Up Arrow History
No retyping! Your computer remembers so you don't have to.
Copy-Paste from Google
Found a command online? Copy it. Paste it. It works. Learn what it does later (or don't).
Drag & Drop Files
Drag any file into the terminal. It types the full path automatically. Zero typing.
📁 Navigation Commands
| Command | What It Does | Memory Aid |
|---|---|---|
pwd | Print Working Directory | "Where am I?" |
ls | List files | "What's here?" |
cd folder | Change directory | "Go into this folder" |
cd .. | Go up one level | "Go back up" |
cd ~ | Go home | "Take me home" |
ls -la to see hidden files and details like permissions, owner, and file size.
📄 File Operations
Create
touch file.txt → Create file
Copy & Move
mv file folder/ → Move (also renames)
Delete ⚠️
rm -r folder → Delete folder + contents
View
less file → Page by page (q to quit)
🤖 OpenClaw
The system that runs AI assistants
openclaw statusShow channel healthopenclaw healthGateway healthopenclaw logsTail gateway logsopenclaw doctorHealth checksopenclaw gateway startStart gatewayopenclaw gateway restartRestart gatewayopenclaw skillsList skillsopenclaw tuiVisual interfacegateway in them. It's openclaw gateway restart not just openclaw restart.
🖥️ OpenClaw TUI
Visual interface — no typing required
Launch
Opens a visual interface in your terminal
Navigation
↑ / ↓ NavigateEnter SelectEsc Go backq Quit/ Search
💻 Claude Code
AI coding assistant in your terminal
Start Claude
Launches in current directory with full project context
Slash Commands
/help — Show commands/clear — Fresh start/compact> — Save tokens/exit — Quit
When You're Stuck
Ask Claude
"I got this error: [paste] What does it mean?"
"This isn't working [attach screenshot]"
"I need to find all PDFs modified this week"
No shame in asking. Claude does the troubleshooting for you.
"The terminal is for lazy people. Let the computer do the work."

