LinuxCommandLibrary

tabiew

Lightweight TUI for viewing and querying tabular data

TLDR

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

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.

HISTORY

tabiew was created by shshemi and is written in Rust.

SEE ALSO

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard