Command line csv viewer

csvlens is a powerful, command-line CSV file viewer designed to provide an interactive experience similar to less, but tailored for structured data.
It allows users to easily navigate, search, filter, and sort large CSV files directly in the terminal without loading them entirely into memory.
With support for features like column selection, custom delimiters, and copying data to the clipboard, it is an essential tool for quick data exploration and manipulation.
$ brew install csvlens$ sudo pacman -S csvlens$ cargo install csvlens$ winget install --id YS-L.csvlensto comment.