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
Binary file added docs/assets/tui-slash-command-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/cn/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"...start",
"---[Monitor]桌面端---",
"...desktop",
"---[Terminal]终端---",
"---[SquareTerminal]终端---",
"...terminal",
"---[Brain]记忆---",
"...memory",
Expand Down
2 changes: 1 addition & 1 deletion docs/cn/terminal/meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "终端",
"icon": "Terminal",
"icon": "SquareTerminal",
"pages": ["tui", "cli"]
}
6 changes: 3 additions & 3 deletions docs/cn/terminal/tui.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: TUI 使用指南
icon: Terminal
icon: PanelsTopLeft
---

Memmy TUI 是 Memmy 的全屏终端界面。安装桌面端,或只安装 CLI,都可以在终端执行 `memmy` 使用它。

![image.png](https://alidocs.oss-cn-zhangjiakou.aliyuncs.com/res/3BMqYy5xagvDGqwZ/img/ed3cfb80-ad6a-4403-afa4-03e6ea01ee68.png)
![image.png](../../assets/tui.png)

## 一、安装 Memmy TUI

Expand Down Expand Up @@ -181,7 +181,7 @@ quit

## 六、Slash 命令

![Slash 命令菜单](https://alidocs.oss-cn-zhangjiakou.aliyuncs.com/res/3BMqYy5xagvDGqwZ/img/62ea1bed-2894-42ef-826c-18b68447798e.png)
![Slash 命令菜单](../../assets/tui-slash-command-menu.png)

TUI 支持 Slash 命令候选菜单。在输入区输入 `/` 即可打开菜单,继续输入命令名称(例如 `/go`)会筛选候选命令。输入空格进入参数或子命令后,候选菜单会关闭。

Expand Down
2 changes: 1 addition & 1 deletion docs/en/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"...start",
"---[Monitor]Desktop---",
"...desktop",
"---[Terminal]Terminal---",
"---[SquareTerminal]Terminal---",
"...terminal",
"---[Brain]Memory---",
"...memory",
Expand Down
2 changes: 1 addition & 1 deletion docs/en/terminal/meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Terminal",
"icon": "Terminal",
"icon": "SquareTerminal",
"pages": ["tui", "cli"]
}
6 changes: 3 additions & 3 deletions docs/en/terminal/tui.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: TUI User Guide
icon: Terminal
icon: PanelsTopLeft
---

Memmy TUI is Memmy's full-screen terminal interface. Whether you install the desktop app or just the CLI, you can run `memmy` in your terminal to use it.

![image.png](https://alidocs.oss-cn-zhangjiakou.aliyuncs.com/res/3BMqYy5xagvDGqwZ/img/ed3cfb80-ad6a-4403-afa4-03e6ea01ee68.png)
![image.png](../../assets/tui.png)

## Installing Memmy TUI

Expand Down Expand Up @@ -184,7 +184,7 @@ If the task is being executed by another channel, `Ctrl + C` only exits the curr

## Slash Commands

![Slash command menu](https://alidocs.oss-cn-zhangjiakou.aliyuncs.com/res/3BMqYy5xagvDGqwZ/img/62ea1bed-2894-42ef-826c-18b68447798e.png)
![Slash command menu](../../assets/tui-slash-command-menu.png)

The TUI has a slash-command suggestion menu. Type `/` in the input area to open it, and keep typing a command name (for example `/go`) to filter the suggestions. The menu closes once you type a space to enter an argument or subcommand.

Expand Down