From ea5a001c4f9c131448881063a62f2447e86cb0d5 Mon Sep 17 00:00:00 2001 From: blob42 Date: Thu, 1 Dec 2022 22:53:55 +0100 Subject: [PATCH] update description --- TODO.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 91be503..67895b7 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,10 @@ # Colmap -- CLI program that takes tabular data as input and maps a random - command to each input column. +CLI program that takes tabular data as input and maps a random +command to each input column. It works in a similar way to `awk` or `xargs` in +that the input text is converted into fields and the user supplied +commands are executed on each matched column (field) + ## Example