Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

v0.2.5 - Interactive TUI Viewer

Latest

Choose a tag to compare

@noahgift noahgift released this 22 Jan 17:30
· 141 commits to main since this release

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 alimentar

Full Changelog

See CHANGELOG.md