csvlens

csvlens is a CSV file viewer in the command line. It is similar to less but made for CSV.

Demo

Usage

Run csvlens by providing the CSV filename:

csvlens <filename>

Pipe CSV data directly to csvlens:

<your commands producing some csv data> | csvlens

Supported interactions

Optional parameters

Installation

csvlens is available on crates.io, so you can install it using: cargo install csvlens

Or, build and install from source: cargo install --path $(pwd)