# YS-L/csvlens

Command line csv viewer

Repository: https://github.com/YS-L/csvlens
Canonical: https://ross.abutalabs.com/products/csvlens
Language: Rust
License: MIT
License Family: permissive
Last push: 2026-07-04T16:40:19+00:00

## Health v2 (maintenance only)
Score: 79/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 90, release rhythm 53, longevity 100
- inputs: {"age_days": 1845, "days_push": 60, "days_rel": 237, "gap_med": 80.0, "n_releases_24m": 7}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3942, forks 71 (observed 2026-08-28T04:08:30.189761+00:00)

## What it is
csvlens is a command-line CSV file viewer built in Rust, functioning like `less` but tailored for CSV files. It supports scrolling, regex search and filtering, sorting, column freezing, and piping CSV data directly into the viewer.

## Use cases
- view large csv files in the terminal
- search and filter csv rows with regex
- sort csv data by column from the command line
- pipe command output into a csv pager
- inspect delimited data files like tsv
- copy selected csv cells to clipboard

## When to choose
- you need a fast, interactive terminal viewer for CSV or TSV files
- you want to explore large CSVs without loading them into a spreadsheet
- you want to pipe CSV output from other commands into a pager

## When to avoid
- you need to edit or transform CSV data, not just view it
- you need a GUI spreadsheet experience
- you work with non-delimited structured formats like JSON or Parquet

## Facets
- artifact type: cli-tool
- maturity: active
- function: cli, terminal-ui, search-engine
- domain: developer-tools, files
- platform: cli, windows, rust
- tags: csv, pager, tui, viewer, data-inspection, command-line, linux, macos

## Member repositories
- YS-L/csvlens (main) score 79

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:30.189761+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:24:36.725854+00:00, confidence not recorded.
  - readme: https://github.com/YS-L/csvlens (fetched 2026-08-28T04:08:30.189761+00:00, sha 136dac69cf30)
  - registry_crates: https://crates.io/api/v1/crates/csvlens (fetched 2026-08-29T09:18:12.792135+00:00, sha 0af6e777aafa)
- Data as of 2026-08-30T08:39:29.467469+00:00.
