From d5528d069f78e3a2135d302c7629598721f1c5c1 Mon Sep 17 00:00:00 2001 From: "R. S. Doiel" Date: Tue, 10 Jan 2023 17:59:51 -0800 Subject: [PATCH] commiting to main --- TODO.html | 8 ++ about.html | 4 +- csv2mdtable.1.html | 2 +- csv2tab.1.html | 2 +- csv2xlsx.1.html | 2 +- csvcleaner.1.html | 224 +++++++++++++++++++++++++++++ csvcols.1.html | 186 ++++++++++++++++++++++++ csvfind.1.html | 244 +++++++++++++++++++++++++++++++ csvjoin.1.html | 238 ++++++++++++++++++++++++++++++ csvrows.1.html | 189 ++++++++++++++++++++++++ finddir.1.html | 166 +++++++++++++++++++++ findfile.1.html | 167 +++++++++++++++++++++ json2toml.1.html | 132 +++++++++++++++++ json2yaml.1.html | 127 ++++++++++++++++ jsoncols.1.html | 211 +++++++++++++++++++++++++++ jsonjoin.1.html | 132 +++++++++++++++++ jsonmunge.1.html | 156 ++++++++++++++++++++ jsonrange.1.html | 285 ++++++++++++++++++++++++++++++++++++ license.html | 2 +- mergepath.1.html | 150 +++++++++++++++++++ range.1.html | 180 +++++++++++++++++++++++ reldate.1.html | 210 +++++++++++++++++++++++++++ reltime.1.html | 99 +++++++++++++ sql2csv.1.html | 2 +- string.1.html | 352 +++++++++++++++++++++++++++++++++++++++++++++ tab2csv.1.html | 143 ++++++++++++++++++ timefmt.1.html | 165 +++++++++++++++++++++ toml2json.1.html | 134 +++++++++++++++++ urlparse.1.html | 200 ++++++++++++++++++++++++++ xlsx2csv.1.html | 152 ++++++++++++++++++++ xlsx2json.1.html | 154 ++++++++++++++++++++ yaml2json.1.html | 134 +++++++++++++++++ 32 files changed, 4545 insertions(+), 7 deletions(-) create mode 100644 csvcleaner.1.html create mode 100644 csvcols.1.html create mode 100644 csvfind.1.html create mode 100644 csvjoin.1.html create mode 100644 csvrows.1.html create mode 100644 finddir.1.html create mode 100644 findfile.1.html create mode 100644 json2toml.1.html create mode 100644 json2yaml.1.html create mode 100644 jsoncols.1.html create mode 100644 jsonjoin.1.html create mode 100644 jsonmunge.1.html create mode 100644 jsonrange.1.html create mode 100644 mergepath.1.html create mode 100644 range.1.html create mode 100644 reldate.1.html create mode 100644 reltime.1.html create mode 100644 string.1.html create mode 100644 tab2csv.1.html create mode 100644 timefmt.1.html create mode 100644 toml2json.1.html create mode 100644 urlparse.1.html create mode 100644 xlsx2csv.1.html create mode 100644 xlsx2json.1.html create mode 100644 yaml2json.1.html diff --git a/TODO.html b/TODO.html index f2d6509..0be8d91 100644 --- a/TODO.html +++ b/TODO.html @@ -48,6 +48,14 @@