csvlens 0.1.1

Command line csv viewer
csvlens-0.1.1 is not a library.
Visit the last successful build: csvlens-0.15.1

csvlens

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

Demo

Usage

csvlens <filename>

Supported interactions:

  • Scroll: hjkl, ← ↓ ↑→ , Page Up, Page Down
  • Jump to line n: nG
  • Search: /<thing>
  • Filter: &<thing> (or //<thing>)

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)