BurntSushi/xsv
A fast CSV command line toolkit written in Rust. 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
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
- readme: https://github.com/BurntSushi/xsv · fetched 2026-08-28 · 002c19821e58
- registry_crates: https://crates.io/api/v1/crates/xsv · fetched 2026-08-29 · cd08e40b60dc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| BurntSushi/xsv | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem