#CLI of the week: xsv
How to manipulate csv files from the command line
@hyde Also check out `qsv`.
It's an actively maintained fork of xsv (xsv is not maintained anymore).
qsv is _very active_ in development.
And shameless plug in the end
Just a few days ago, `csv-diff` got merged:
https://github.com/jqnatividad/qsv/pull/711
csv-diff is a crate for comparing CSVs with ludicrous speed:
https://gitlab.com/janriemer/csv-diff
So the new command `qsv diff` is now the fastest #CSV differ in the world!
@janriemer oh thanks i'll check it :)