Linux command
visidata 命令
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
Open a CSV file
vd [data.csv]
Explore piped JSON data
curl [https://api.example.com/data] | vd
Browse a SQLite database
vd [database.db]
说明
VisiData combines the clarity of a spreadsheet, the efficiency of the terminal, and the power of Python into a lightweight tool that handles millions of rows. It supports dozens of formats including CSV, JSON, Excel, SQLite, HDF5, and more. Features include sorting, filtering, aggregation, frequency analysis, and interactive plotting.
FAQ
What is the visidata command used for?
VisiData combines the clarity of a spreadsheet, the efficiency of the terminal, and the power of Python into a lightweight tool that handles millions of rows. It supports dozens of formats including CSV, JSON, Excel, SQLite, HDF5, and more. Features include sorting, filtering, aggregation, frequency analysis, and interactive plotting.
How do I run a basic visidata example?
Run `vd [data.csv]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more visidata examples?
This page includes 3 examples for visidata, plus related commands for nearby Linux tasks.