← Back to Getting Started
Why Use a Terminal?
A beginner-friendly guide to the command line
What is a terminal?
A terminal is a way to talk to your computer by typing commands instead of clicking buttons. Think of it as a text conversation with your machine.
If you've ever opened Command Prompt, PowerShell, or Terminal.app — you've already used one!
Terminal
$codrsync --versioncodrsync 1.1.0$codrsync startReady! What would you like to build?
Why developers use it
- ✓Faster than clicking through menus
- ✓Can automate repetitive tasks with scripts
- ✓Full access to your system and tools
- ✓Where AI coding tools work best
Terminal vs Browser
| Terminal (CLI) | Browser (Web) | |
|---|---|---|
| Speed | Fastest | Good |
| Learning curve | Some learning needed | None |
| Power | Full access | Limited |
| Works offline | Yes | No |
| Best for | Daily development | Quick tasks, trying out |
Don't want to install anything?
Try codrsync right in your browser — no terminal needed.