← Package directory
Available on winget

Install csvlens

Command line csv viewer

Install with winget
winget install --id YS-L.csvlens
Upgrade
winget upgrade --id YS-L.csvlens
Uninstall
winget uninstall --id YS-L.csvlens

About csvlens

csvlens is a command line CSV file viewer. It is like less but made for CSV.

What's new in 0.15.1

Release Notes - Fix potential blank table when streaming input from stdin (#183) - Fix incorrectly truncated fields when search regex is empty (#184) Download csvlens 0.15.1 ─────────────────────────────────────────────┬───────────────────┬───────────── File │Platform │Checksum ─────────────────────────────────────────────┼───────────────────┼───────────── csvlens-aarch64-apple-darwin.tar.xz │Apple Silicon macOS│checksum ─────────────────────────────────────────────┼───────────────────┼───────────── csvlens-x86_64-apple-darwin.tar.xz │Intel macOS │checksum ─────────────────────────────────────────────┼───────────────────┼───────────── csvlens-aarch64-pc-windows-msvc.zip │ARM64 Windows │checksum ─────────────────────────────────────────────┼───────────────────┼───────────── csvlens-x86_64-pc-windows-msvc.zip │x64 Windows │checksum ─────────────────────────────────────────────┼───────────────────┼───────────── csvlens-aarch64-unknown-linux-gnu.tar.xz │ARM64 Linux │checksum ─────────────────────────────────────────────┼───────────────────┼───────────── csvlens-x86_64-unknown-linux-gnu.tar.xz │x64 Linux │checksum ─────────────────────────────────────────────┼───────────────────┼───────────── csvlens-x86_64-unknown-linux-musl.tar.xz │x64 MUSL Linux │checksum ─────────────────────────────────────────────┴───────────────────┴─────────────

Read release notes

Version history

Version Updated Notes
0.15.1 Unknown Release Notes - Fix potential blank table when streaming input from stdin (#183) - Fix incorrectly truncated fields when search regex is empty (#184) Download csvlens 0.15.1 ─────────────────────────────────────────────┬...
0.15.0 Unknown Release Notes - Add --auto-reload option to automatically reload content on file change (#79) - Stream data from stdin by default (disable with --no-streaming-stdin) (#81) - Support visually marking rows (toggle: m; clea...
0.13.0 Unknown Release Notes - Add --color-columns to display each column in a different color (#39) - Add --prompt to show a custom prompt message in the status bar (#135) - Expose freeze columns option in library usage (#124 by @jqna...
0.12.0 Unknown Release Notes - Freeze first n columns when scrolling via f<n> (#62, #117) - Support searching in header row (#102) - Support moving find mode cursor horizontally via n / N - Support library usage without clap dependency...
0.11.0 Unknown Release Notes - Support copying a row to the clipboard (#97 by @mendelmaleh) - Improve rendering performance by using line-buffered stderr (#107) - Fix panic when filtering columns with irregular CSV (#112 by @antmelon)...
0.10.1 Unknown Release Notes - Fix --echo-column option error Download csvlens 0.10.1 | File | Platform | Checksum | |--------|----------|----------| | csvlens-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum | | csvlens-x8...
0.9.1 Unknown Bug fixes - Fixed issue with finding and filtering using an empty cell leading to incorrect matches - Fixed certain Shift key-related key bindings not functioning correctly on Windows (Issue #82) Download csvlens 0.9.1 |...
0.9.0 Unknown Release Notes - Improve scrolling responsiveness for large csv - Find and filter using selected cell (# and @) to search for exact matches - Fix rendering of cursor in input prompt - Fix app freeze on line wrap in some c...
0.8.1 Unknown Release Notes - Fix rendering of consecutive newlines - Fix clipboard support on Wayland (@ram02z) - Allow opting out of clipboard feature Download csvlens 0.8.1 | File | Platform | Checksum | |--------|----------|------...
0.8.0 Unknown Release Notes This release adds support for the following:- Find and filter within the selected column - Find and filter using the selected cell (# and @) - Wrap lines by words (toggled via -W) - Copy selected cell to cl...
0.7.0 Unknown Release Notes - Support sorting rows by a column (Shift + ↓ or Shift + j) - Support CSV without headers via --no-headers - Add --columns, --filter, and --find options for filtering rows and columns Download csvlens 0.7.0...
0.6.0 Unknown Release Notes - Accept "\t" for tab as delimiter argument (#49 by @peterjc) - Add -t flag for tsv files (#47 by @JojiiOfficial) - Print lower level causes on error
0.5.1 Unknown Release Notes - Fix panic caused by unicode and newline