From 43e45d7afb942a5721197beef5fddf74cf3f683e Mon Sep 17 00:00:00 2001 From: Alex Hallam Date: Thu, 21 Jul 2022 10:27:00 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c13098..649b298 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,8 @@ else: `tv` is a good complement to command line data manipulation tools. I have listed some tools that I like to use with tv. +[qsv](https://github.com/jqnatividad/qsv) - Fork of `xsv`. Has more commands/subcommands and allows users to evaluate lua/python on data. [Rust | CLI] + [xsv](https://github.com/BurntSushi/xsv) - Command line csv data manipulation. [Rust | CLI] [SQLite](https://www.sqlite.org/index.html) - Database engine with CLU, shell, and library interfaces . [C | CLI/shell/lib]