From 97ea9b8e9367bc53a56d4959a9823a68193cf44e Mon Sep 17 00:00:00 2001
From: "R. S. Doiel"
Date: Fri, 29 Sep 2017 14:23:49 -0700
Subject: [PATCH] Quick Save
---
README.md | 33 ++++++++++-----------------------
index.html | 30 ++++++++++--------------------
2 files changed, 20 insertions(+), 43 deletions(-)
diff --git a/README.md b/README.md
index 1d6bf77..b14cee7 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,16 @@
# datatools
-Command line utilities for simplifying work with CSV, JSON, Excel Workbooks and plain text files or content. It also now includes
-shelltools which are utilities useful for shell scripting.
+Command line utilities for simplifying work with CSV, JSON, Excel Workbooks and plain text files or content and
+general purpose shell scripting.
-+ [csvcols](docs/csvcols.html) - a tool for formatting command line arguments into CSV row of columns or filtering CSV rows for specific columns
-+ [csvrows](docs/csvrows.html) - a tool for formatting command line arguments into CSV columns of rows or filtering CSV columns for specific rows
-+ [csvfind](docs/csvfind.html) - a tool for filtering a CSV file by column's value
-+ [csvjoin](docs/csvjoin.html) - a tool to join to CSV files on common values in designated columns, writes combined CSV rows to stdout
+ [csv2json](docs/csv2json.html) - a tool to take a CSV file and convert it into a JSON blob array or a list of JSON blobs one per line
+ [csv2mdtable](docs/csv2mdtable.html) - a tool to render CSV as a Github Flavored Markdown table
+ [csv2xlsx](docs/csv2xlsx.html) - a tool to take a CSV file and add it as a sheet to a Excel Workbook file.
++ [csvcols](docs/csvcols.html) - a tool for formatting command line arguments into CSV row of columns or filtering CSV rows for specific columns
++ [csvfind](docs/csvfind.html) - a tool for filtering a CSV file by column's value
++ [csvjoin](docs/csvjoin.html) - a tool to join to CSV files on common values in designated columns, writes combined CSV rows to stdout
++ [csvrows](docs/csvrows.html) - a tool for formatting command line arguments into CSV columns of rows or filtering CSV columns for specific rows
+ [jsoncols](docs/jsoncols.html) - a tool for exploring and extracting JSON values into columns
+ [jsonjoin](docs/jsonjoin.html) - a tool for joining JSON object documents
+ [jsonmunge](docs/jsonmunge.html) - a tool to transform JSON documents into something else
@@ -26,20 +26,7 @@ Windows 10 (amd64) and Raspbian (ARM7). See https://github.com/caltechlibrary/da
Use the utilities try "-help" option for a full list of options.
-## Installation
-
-_datatools_ is go get-able.
-
-```
- go get github.com/caltechlibrary/datatools/...
-```
-
-Or see [INSTALL.md](install.html) for details for installing
-compiled versions of the programs.
-
-
-
-## shelltools
+## For scripting
Various utilities for simplifying work on the command line.
@@ -52,17 +39,17 @@ Various utilities for simplifying work on the command line.
+ [urlparse](docs/urlparse.html) - split a URL into parts
Compiled versions are provided for Linux (amd64), Mac OS X (amd64),
-Windows 10 (amd64) and Raspbian (ARM7). See https://github.com/caltechlibrary/shelltools/releases.
+Windows 10 (amd64) and Raspbian (ARM7). See https://github.com/caltechlibrary/datatools/releases.
Use the utilities try "-help" option for a full list of options.
## Installation
-_shelltools_ is go get-able.
+_datatools_ is go get-able.
```
- go get github.com/caltechlibrary/shelltools/...
+ go get github.com/caltechlibrary/datatools/...
```
Or see [INSTALL.md](install.html) for details for installing
diff --git a/index.html b/index.html
index ba7dfe9..f5b99a0 100644
--- a/index.html
+++ b/index.html
@@ -25,17 +25,17 @@
datatools
-Command line utilities for simplifying work with CSV, JSON, Excel Workbooks and plain text files or content. It also now includes
-shelltools which are utilities useful for shell scripting.
+Command line utilities for simplifying work with CSV, JSON, Excel Workbooks and plain text files or content and
+general purpose shell scripting.
-- csvcols - a tool for formatting command line arguments into CSV row of columns or filtering CSV rows for specific columns
-- csvrows - a tool for formatting command line arguments into CSV columns of rows or filtering CSV columns for specific rows
-- csvfind - a tool for filtering a CSV file by column’s value
-- csvjoin - a tool to join to CSV files on common values in designated columns, writes combined CSV rows to stdout
- csv2json - a tool to take a CSV file and convert it into a JSON blob array or a list of JSON blobs one per line
- csv2mdtable - a tool to render CSV as a Github Flavored Markdown table
- csv2xlsx - a tool to take a CSV file and add it as a sheet to a Excel Workbook file.
+- csvcols - a tool for formatting command line arguments into CSV row of columns or filtering CSV rows for specific columns
+- csvfind - a tool for filtering a CSV file by column’s value
+- csvjoin - a tool to join to CSV files on common values in designated columns, writes combined CSV rows to stdout
+- csvrows - a tool for formatting command line arguments into CSV columns of rows or filtering CSV columns for specific rows
- jsoncols - a tool for exploring and extracting JSON values into columns
- jsonjoin - a tool for joining JSON object documents
- jsonmunge - a tool to transform JSON documents into something else
@@ -50,17 +50,7 @@ datatools
Use the utilities try “-help” option for a full list of options.
-Installation
-
-datatools is go get-able.
-
-
go get github.com/caltechlibrary/datatools/...
-
-
-Or see INSTALL.md for details for installing
-compiled versions of the programs.
-
-shelltools
+For scripting
Various utilities for simplifying work on the command line.
@@ -75,15 +65,15 @@ shelltools
Compiled versions are provided for Linux (amd64), Mac OS X (amd64),
-Windows 10 (amd64) and Raspbian (ARM7). See https://github.com/caltechlibrary/shelltools/releases.
+Windows 10 (amd64) and Raspbian (ARM7). See https://github.com/caltechlibrary/datatools/releases.
Use the utilities try “-help” option for a full list of options.
Installation
-shelltools is go get-able.
+datatools is go get-able.
- go get github.com/caltechlibrary/shelltools/...
+ go get github.com/caltechlibrary/datatools/...
Or see INSTALL.md for details for installing