From e5c87fbe6fd86672d0e7454f6f5919e5e34a0f69 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Fri, 11 Jun 2021 10:48:33 +0900 Subject: [PATCH] Add recommended tools to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e003012..597a936 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,12 @@ Options: uplot colors ``` +## Command line tools that are useful to use with YouPlot + +* [csvtk](https://github.com/shenwei356/csvtk) +* [GNU datamash](https://www.gnu.org/software/datamash/) +* [awk](https://www.gnu.org/software/gawk/) + ## Contributing YouPlot is a library under development, so even small improvements like typofix are welcome!