Ross ROSS = Recommend OSS · open-source software intelligence for agents

BurntSushi/xsv

A fast CSV command line toolkit written in Rust. observed · 2026-08-28

github.com/BurntSushi/xsv · Rust · Unlicense (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 18
  • Release rhythm 8
  • Longevity 100

Flags: archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4384
  • days_rel: n/a
  • days_push: 496
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

10757 stars · 325 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

xsv is a fast, composable command-line toolkit written in Rust for indexing, slicing, analyzing, splitting, and joining CSV files. It offers simple subcommands like stats, join, sort, and search with an emphasis on performance. The project is now unmaintained, with qsv and xan recommended as successors.

Use cases

  • slice and index large csv files from the command line
  • compute column statistics on a csv
  • join two csv files quickly
  • split a big csv into chunks
  • build frequency tables of csv columns
  • filter csv rows with a regex

When to choose

  • you need a fast, scriptable csv tool and are fine with an unmaintained project
  • you want simple composable unix-style csv commands
  • you need constant-time slicing via csv indexing

When to avoid

  • you want an actively maintained tool - use qsv or xan instead
  • you need a GUI or spreadsheet-like interface
  • you work with formats other than csv/tsv

Facets

cli-tool · maturity abandoned

cli csv data-science etl search-engine data-science files cli windows rust cross-platform csv-toolkit data-wrangling unmaintained high-performance command-line csv linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
BurntSushi/xsvmain10

For agents

markdown · JSON · MCP: product_card(name="BurntSushi/xsv")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem