diff --git a/README.md b/README.md index dbd385d..82d25c2 100644 --- a/README.md +++ b/README.md @@ -287,8 +287,7 @@ It is sometimes hard to remember. one can use the letter:The letters u, g, and o * [csvtk](https://bioinf.shenwei.me/csvtk/usage/) A complete .csv/.tsv toolkit including join command. * [GNU datamash](https://www.gnu.org/software/datamash/) * [tabtk](https://github.com/lh3/tabtk) Toolkit for processing TAB-delimited format from Heng Li, the author of `Samtools`, `BWA` and many others. -* [Another cross-platform, efficient, practical and pretty CSV/TSV toolkit in Golang](https://github.com/shenwei356/csvtk) -* [visidata](https://github.com/saulpw/visidata) A console spreadsheet tool for discovering and arranging data +* [miller](https://miller.readthedocs.io/en/latest/) is a command-line tool for querying, shaping, and reformatting data files in various formats including CSV, TSV, JSON, and JSON Lines. * [xsv](https://github.com/BurntSushi/xsv) A fast CSV toolkit written in Rust. * [Going from a human readable Excel file to a machine-readable csv with {tidyxl}](https://www.brodrigues.co/blog/2018-09-11-human_to_machine/) * eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more. https://ebay.github.io/tsv-utils/