-
v1.1.0 Stable
released this
2026-03-11 02:41:44 -07:00 | 111 commits to main since this releaseNew Widgets
- Terminal & REPL — Embedded shell and in-process Julia REPL widgets with PTY integration, ANSI rendering, and shared module state.
- PagedDataTable — Virtual data table for datasets of any size with provider-delegated paging, typed filter modal, global search, column sorting, detail view, and async fetching.
- CodeEditor command mode —
:q,:w,:wqex commands.
Providers & Integrations
InMemoryPagedProviderfor column-major data with built-in sort/filter/search.SQLitePagedProviderviaTachikomaSQLiteExtfor database-backed tables.- Tables.jl integration:
PagedDataTable(df)for any Tables.jl source. Tachikoma.Pagedsubmodule with tiered exports for the provider protocol.
Performance
- Adaptive sixel color quantization (shift 2→3→4).
- Fix iTerm2 Kitty graphics misdetection — use native sixel path.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads