File tree Expand file tree Collapse file tree 2 files changed +41
-2
lines changed
Expand file tree Collapse file tree 2 files changed +41
-2
lines changed Original file line number Diff line number Diff line change @@ -159,9 +159,43 @@ npx github:sylphxltd/flow memory clear --confirm
159159##### ` memory tui ` - Launch Interactive TUI
160160``` bash
161161npx 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments