Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
2ae99a2
feat(tui): clipboard copy and NDSL/MDL switch in overlay
engalar Mar 23, 2026
1c2239e
refactor(tui): yazi-style Miller columns with tabs, async preview, bo…
engalar Mar 23, 2026
b7d1ae6
fix(tui): content-aware column widths, soft wrap, preview on drill-in
engalar Mar 23, 2026
c4eaa92
feat(tui): add debug trace logging (MXCLI_TUI_DEBUG=1)
engalar Mar 23, 2026
dcc66f7
fix(tui): forward animTickMsg to miller, fixing stuck animation
engalar Mar 23, 2026
1efc1de
fix(tui): remove column-width animation, use instant transitions
engalar Mar 23, 2026
482a2cb
fix(tui): fix preview for virtual nodes and page NDSL in MPR v2
engalar Mar 24, 2026
dfdc964
fix(tui): support imagecollection node type in BSON dump and preview
engalar Mar 24, 2026
8d133f5
feat(mpr): add CreateImageCollection BSON writer
engalar Mar 24, 2026
29766db
feat(grammar): add COLLECTION token and createImageCollectionStatemen…
engalar Mar 24, 2026
d8d541e
feat(ast): add CreateImageCollectionStmt and DropImageCollectionStmt
engalar Mar 24, 2026
e13ace4
feat(visitor): add DROP IMAGE COLLECTION handler in ExitDropStatement
engalar Mar 24, 2026
e281292
feat(executor): add CREATE/DROP IMAGE COLLECTION commands
engalar Mar 24, 2026
160ab67
feat(tui): add DESCRIBE IMAGE COLLECTION MDL preview in TUI
engalar Mar 24, 2026
13efed9
feat(executor): show image list with temp file paths in DESCRIBE IMAG…
engalar Mar 24, 2026
cdf4d49
feat(image-collection): add COLLECTION keyword completion, visitor, a…
engalar Mar 24, 2026
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
2 changes: 1 addition & 1 deletion cmd/mxcli/cmd_tui.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Example:

tui.SaveHistory(projectPath)

m := tui.New(mxcliPath, projectPath)
m := tui.NewApp(mxcliPath, projectPath)
p := tea.NewProgram(m, tea.WithAltScreen(), tea.WithMouseCellMotion())
if _, err := p.Run(); err != nil {
fmt.Fprintf(os.Stderr, "Error: %v\n", err)
Expand Down
2 changes: 2 additions & 0 deletions cmd/mxcli/lsp_completions_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading