vfs://studio/terminal
CLI.NEWS / STUDIO

XTERM.JS PRACTICE LAB

在浏览器里练习 CLI,而不是连真实服务器

Studio 现在把 xterm.js 做成一个前端 sandbox。用户在这里练 `pwd`、`ls`、`cd`、`mkdir`、`touch`、`cat` 等基础命令,所有文件和目录都只是虚拟练习数据。

仅浏览器xterm.js安全 sandbox
启动中

正在启动浏览器内练习终端...

模式

练习 shell

当前目录

/home/visitor

历史

0 条命令

安全

仅浏览器

练习路径

1. pwd

2. ls -la

3. cd projects/cli-journey

4. cat README.md

5. mkdir notes

6. touch notes/commands.txt

7. echo "pwd 列出当前目录" > notes/commands.txt

8. tree

支持的命令

helpgoalspwdlscdmkdirtouchcatechotreermhistorywhoamiunamedateclearresetmanexit

这是面向入门练习的 sandbox,不会执行真实系统命令,也不会访问服务器。

当前目录内容

/home/visitor

playground

projects

.zshrc

README.md

最近一条命令

尚未执行命令