Skip to content

Commit a161f9d

Browse files
committed
docs: add interactive TUI documentation to wiki
- Document memory-tui command with full feature list - Add keyboard shortcuts reference - Include example workflow - Highlight interactive tools in Home.md - Emphasize visual interface for memory management
1 parent 5768241 commit a161f9d

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

wiki-pages/CLI-Commands.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,43 @@ npx github:sylphxltd/flow memory clear --confirm
159159
##### `memory tui` - Launch Interactive TUI
160160
```bash
161161
npx github:sylphxltd/flow memory tui
162-
```
162+
# or use the alias
163+
npx github:sylphxltd/flow mtui
164+
```
165+
166+
Launch a powerful interactive terminal UI for memory management.
167+
168+
**Features:**
169+
- 📋 **List View** - Browse all memory entries with namespace filtering
170+
- 🔍 **Search** - Wildcard search patterns (`*theme*`, `config/*`)
171+
- ✏️ **Edit Mode** - Create or modify memory entries
172+
- 🗑️ **Delete** - Remove entries with confirmation
173+
- 📊 **Statistics** - View memory usage and namespace breakdown
174+
- ⌨️ **Keyboard Shortcuts** - Quick navigation
175+
176+
**Keyboard Shortcuts:**
177+
- `q` - Quit TUI
178+
- `s` - Search mode
179+
- `n` - New entry
180+
- `d` - Delete selected entry
181+
- `t` - Statistics view
182+
- `r` - Refresh list
183+
- `ESC` - Go back / Cancel
184+
- `ENTER` - Confirm / Select
185+
186+
**Example Workflow:**
187+
```bash
188+
# Launch TUI
189+
npx github:sylphxltd/flow mtui
163190

164-
*Note: TUI is coming soon. Currently shows usage information.*
191+
# Inside TUI:
192+
# 1. Press 's' to search for "*config*"
193+
# 2. Select an entry to view details
194+
# 3. Press 'e' to edit the entry
195+
# 4. Press 'd' to delete (with 'y' confirmation)
196+
# 5. Press 't' to view statistics
197+
# 6. Press 'q' to quit
198+
```
165199

166200
### `flow mcp` - Manage MCP Tools
167201

wiki-pages/Home.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ That's it! Your AI agents now have persistent memory and follow consistent devel
8181
- **[Memory System](Memory-System)** - Understand AI agent memory
8282
- **[CLI Commands](CLI-Commands)** - Full command reference
8383

84+
### 🎯 Interactive Tools
85+
- **[Memory TUI](CLI-Commands#memory-tui---launch-interactive-tui)** - Interactive memory management
86+
- **Real-time Statistics** - Monitor AI agent memory usage
87+
- **Visual Interface** - Easy-to-use terminal UI for complex operations
88+
8489
### Advanced Topics
8590
- **Agent Integration** - Set up Cursor, Kilocode, etc.
8691
- **MCP Tools** - Extend with additional tools

0 commit comments

Comments
 (0)