#CLI of the week: xsv
How to manipulate csv files from the command line

#100DaysToOffload #terminal #shell #linux

https://lazybear.io/posts/cli-of-the-week-6/

CLI of the week #6

@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! ๐Ÿš€

#BlazinglyFast #CSV #CSVDiff #Data #CLI #Rust #RustLang

Draft: Implement new command `diff` by janriemer ยท Pull Request #711 ยท jqnatividad/qsv

โš ๏ธ This is a draft PR. The following items need to be resolved first, before this PR can be merged: add tests document the new diff command in the docs wait for the next release of csv-diff - t...

GitHub