warp
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWarp
Warp
Warp is a modern, Rust-based terminal that works like a text editor. In 2025, it positions itself as an Agentic Development Environment for the CLI.
Warp是一款基于Rust开发的现代化终端,操作体验类似文本编辑器。在2025年,它将自身定位为适用于CLI的Agentic开发环境。
When to Use
适用场景
- Productivity: Input area works like an IDE (selection, cursor).
- Teamwork: Share "Blocks" (command + output) with a link.
- AI: Built-in "Warp AI" can explain errors or generate commands ("How do I undo the last git commit?").
- 提升效率:输入区域的操作逻辑与IDE一致(支持选择、光标操作)。
- 团队协作:通过链接分享“Blocks”(命令+输出结果)。
- AI功能:内置的“Warp AI”可解释错误或生成命令(例如询问“如何撤销上一次git commit?”)。
Core Concepts
核心概念
Blocks
Blocks
Warp groups command and output into a visual block. You can navigate block-by-block, not character-by-character.
Warp会将命令与对应的输出结果整合为一个可视化区块。你可以按区块导航,而非逐字符导航。
Workflows
Workflows
Save parameterized commands.
npm run build --env={{env}}保存带参数的命令。
npm run build --env={{env}}Warp Drive
Warp Drive
Cloud-synced configurations and workflows.
支持云同步的配置与工作流。
Best Practices (2025)
2025年最佳实践
Do:
- Use AI Command Search: Press and type natural language to generate a command.
# - Use Workflows: Don't memorize complex kubectl commands. Save them.
- Enable "Notebook Mode": For a literate programming experience in the shell.
Don't:
- Don't use for SSH (Legacy): Warp has its own "Warp SSH" wrapper to maintain features on remote servers. Use it instead of plain .
ssh
推荐做法:
- 使用AI命令搜索:按下键,输入自然语言即可生成对应命令。
# - 使用Workflows:无需记忆复杂的kubectl命令,将它们保存为Workflows即可。
- 启用“Notebook模式”:在Shell中获得文学编程式的体验。
不推荐做法:
- 不要使用传统SSH:Warp拥有专属的“Warp SSH”封装工具,可在远程服务器上保留Warp的各项功能。请使用该工具而非原生的命令。
ssh