From e9bd0c00562c88b906ee4924135fe2d488364ec2 Mon Sep 17 00:00:00 2001 From: Alex Hallam Date: Tue, 20 Jul 2021 12:31:43 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca92320..bc78e88 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,9 @@ Print only the first three digits. The first three digits represent > 99.9% the `tv` is a good compliment to command line data manipulation tools. I have listed some tools that I like to use with tv. -[xsv](https://github.com/BurntSushi/xsv) - Command line csv data manipulaiton. Rust +[xsv](https://github.com/BurntSushi/xsv) - Command line csv data manipulation. Rust + +[csvtk](https://bioinf.shenwei.me/csvtk/) - Command line csv data manipulation. Go [tsv-utils](https://github.com/eBay/tsv-utils) - Command line csv data manipulation toolkit. D