Linux command
tabiew 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
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
说明
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.
FAQ
What is the tabiew command used for?
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.
How do I run a basic tabiew example?
Run `tw [data.csv]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more tabiew examples?
This page includes 3 examples for tabiew, plus related commands for nearby Linux tasks.