tabiew

Lightweight TUI for viewing and querying tabular data

TLDR

Open a CSV file in the viewer
$ tw [data.csv]
Open with a custom delimiter
$ tw [data.csv] --separator '|'
Pipe data from stdin
$ curl -s "[https://example.com/data.csv]" | tw

SYNOPSIS

tw [options] file...

DESCRIPTION

tabiew is a terminal application for viewing and querying tabular data files including CSV, TSV, Parquet, JSON, JSONL, Arrow, SQLite, Excel, and Logfmt. It features SQL query capabilities, Vim-style navigation, fuzzy search, and automatic file format detection.

INSTALL

sudo pacman -S tabiew
brew install tabiew
nix profile install nixpkgs#tabiew

HISTORY

tabiew was created by shshemi and is written in Rust.

SEE ALSO

csvlens(1), xsv(1), visidata(1)