Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions en/studio/user_guide/terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,24 @@ The File Management panel on the left provides access to the device file system.

![](../static/terminal_03.png)

The toolbar at the top of the panel provides common actions, including refreshing directories, creating folders, uploading files, and downloading files. Right-click a file or directory to open a context menu with the following actions:
### Toolbar

The toolbar at the top of the panel provides common action buttons:

- **Refresh**: Refreshes the current directory.
- **New Folder**: Creates a folder in the current directory.
- **Upload**: Creates a file in the current directory.
- **Upload**: Uploads a local file to the current directory.
- **Download**: Downloads the selected file to the local system.

### Context Menu

Right-click a file or directory to open a context menu with the following actions:

- **Copy Path**: Copies the path of the selected file or folder.
- **Open in Terminal**: Opens a new terminal session at the selected directory location.
- **Rename**: Renames the selected file or folder.
- **Delete**: Deletes the selected file or folder.

## Terminal Sessions

The Terminal Sessions area on the right provides a command-line environment with multi-tab support. Each tab corresponds to an independent session.
Expand Down
17 changes: 14 additions & 3 deletions zh/studio/user_guide/terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,23 @@ sidebar_position: 2

![](../static/terminal_03.png)

面板顶部工具栏提供常用操作按钮,包括刷新目录、新建文件夹、上传文件、下载文件等。在文件或目录上右键可弹出上下文菜单,提供以下操作:
### 工具栏

面板顶部工具栏提供常用操作按钮:

- **刷新**:刷新当前目录
- **新建文件夹**:在当前目录下新建文件夹
- **新建文件**:在当前目录下新建文件
- **下载**:将所选文件下载到本地
- **上传文件**:将本地文件上传到当前目录
- **下载文件**:将所选文件下载到本地

### 上下文菜单

在文件或目录上右键可弹出上下文菜单,提供以下操作:

- **复制路径**:复制所选文件或文件夹的路径
- **在此启动终端**:在所选目录位置打开新的终端会话
- **重命名**:重命名所选文件或文件夹
- **删除**:删除所选文件或文件夹

## 终端会话

Expand Down
Loading