This repository was archived by the owner on May 5, 2026. It is now read-only.
What's New
Interactive TUI Viewer
New alimentar view command for interactive dataset exploration in the terminal.
# View a dataset interactively
alimentar view data.parquet
# Open with initial search
alimentar view logs.csv --search "error"Keyboard Controls
| Key | Action |
|---|---|
↑/↓ or j/k |
Scroll up/down |
PgUp/PgDn |
Page up/down |
Home/End or g/G |
Jump to start/end |
/ |
Search |
q or Esc |
Quit |
Features
- Crossterm-based terminal driver
- Automatic InMemory/Streaming mode selection (100K row threshold)
- Unicode-aware column width calculation
- WASM-compatible TUI module (55KB binary)
Installation
cargo install alimentarFull Changelog
See CHANGELOG.md