From eb2bc48e66c2cceba52a8a7643be2c7518bfb79c Mon Sep 17 00:00:00 2001 From: John Kerl Date: Thu, 11 Feb 2021 01:08:36 -0500 Subject: [PATCH] add some tutorial links to main README.md --- README.md | 4 ++++ go/todo.txt | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d68bc76c8..740a438ce 100644 --- a/README.md +++ b/README.md @@ -165,3 +165,7 @@ compile a single binary, `scp` it to a faraway machine, and expect it to work. * [Miller's license is two-clause BSD](https://github.com/johnkerl/miller/blob/master/LICENSE.txt). * [Notes about issue-labeling in the Github repo](https://github.com/johnkerl/miller/wiki/Issue-labeling) * [Active issues](https://github.com/johnkerl/miller/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) +* Some tutorials: + * https://www.ict4g.net/adolfo/notes/data-analysis/miller-quick-tutorial.html + * https://www.togaware.com/linux/survivor/CSV_Files.html + * https://guillim.github.io/terminal/2018/06/19/MLR-for-CSV-manipulation.html diff --git a/go/todo.txt b/go/todo.txt index 51349c8ef..93fe8cf4b 100644 --- a/go/todo.txt +++ b/go/todo.txt @@ -6,14 +6,6 @@ TOP OF LIST: * do go.mod correctly w/ regard to gocc and golang.org/x/term/ * mgrepr/mrpl -> gh -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -mlrtut links: - bmk mlr --csv gsearch - https://www.ict4g.net/adolfo/notes/data-analysis/miller-quick-tutorial.html - https://www.togaware.com/linux/survivor/CSV_Files.html - https://guillim.github.io/terminal/2018/06/19/MLR-for-CSV-manipulation.html -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * help-refactor: o audit for DEFAULT_FOOs @