You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+10-20
Original file line number
Diff line number
Diff line change
@@ -25,17 +25,17 @@
25
25
<section>
26
26
<h1>datatools</h1>
27
27
28
-
<p>Command line utilities for simplifying work with CSV, JSON, Excel Workbooks and plain text files or content. It also now includes
29
-
shelltools which are utilities useful for shell scripting.</p>
28
+
<p>Command line utilities for simplifying work with CSV, JSON, Excel Workbooks and plain text files or content and
29
+
general purpose shell scripting.</p>
30
30
31
31
<ul>
32
-
<li><ahref="docs/csvcols.html">csvcols</a> - a tool for formatting command line arguments into CSV row of columns or filtering CSV rows for specific columns</li>
33
-
<li><ahref="docs/csvrows.html">csvrows</a> - a tool for formatting command line arguments into CSV columns of rows or filtering CSV columns for specific rows</li>
34
-
<li><ahref="docs/csvfind.html">csvfind</a> - a tool for filtering a CSV file by column’s value</li>
35
-
<li><ahref="docs/csvjoin.html">csvjoin</a> - a tool to join to CSV files on common values in designated columns, writes combined CSV rows to stdout</li>
36
32
<li><ahref="docs/csv2json.html">csv2json</a> - a tool to take a CSV file and convert it into a JSON blob array or a list of JSON blobs one per line</li>
37
33
<li><ahref="docs/csv2mdtable.html">csv2mdtable</a> - a tool to render CSV as a Github Flavored Markdown table</li>
38
34
<li><ahref="docs/csv2xlsx.html">csv2xlsx</a> - a tool to take a CSV file and add it as a sheet to a Excel Workbook file.</li>
35
+
<li><ahref="docs/csvcols.html">csvcols</a> - a tool for formatting command line arguments into CSV row of columns or filtering CSV rows for specific columns</li>
36
+
<li><ahref="docs/csvfind.html">csvfind</a> - a tool for filtering a CSV file by column’s value</li>
37
+
<li><ahref="docs/csvjoin.html">csvjoin</a> - a tool to join to CSV files on common values in designated columns, writes combined CSV rows to stdout</li>
38
+
<li><ahref="docs/csvrows.html">csvrows</a> - a tool for formatting command line arguments into CSV columns of rows or filtering CSV columns for specific rows</li>
39
39
<li><ahref="docs/jsoncols.html">jsoncols</a> - a tool for exploring and extracting JSON values into columns</li>
40
40
<li><ahref="docs/jsonjoin.html">jsonjoin</a> - a tool for joining JSON object documents</li>
41
41
<li><ahref="docs/jsonmunge.html">jsonmunge</a> - a tool to transform JSON documents into something else</li>
@@ -50,17 +50,7 @@ <h1>datatools</h1>
50
50
51
51
<p>Use the utilities try “-help” option for a full list of options.</p>
52
52
53
-
<h2>Installation</h2>
54
-
55
-
<p><em>datatools</em> is go get-able.</p>
56
-
57
-
<pre><code> go get github.com/caltechlibrary/datatools/...
58
-
</code></pre>
59
-
60
-
<p>Or see <ahref="install.html">INSTALL.md</a> for details for installing
61
-
compiled versions of the programs.</p>
62
-
63
-
<h2>shelltools</h2>
53
+
<h2>For scripting</h2>
64
54
65
55
<p>Various utilities for simplifying work on the command line.</p>
66
56
@@ -75,15 +65,15 @@ <h2>shelltools</h2>
75
65
</ul>
76
66
77
67
<p>Compiled versions are provided for Linux (amd64), Mac OS X (amd64),
78
-
Windows 10 (amd64) and Raspbian (ARM7). See <ahref="https://github.com/caltechlibrary/shelltools/releases">https://github.com/caltechlibrary/shelltools/releases</a>.</p>
68
+
Windows 10 (amd64) and Raspbian (ARM7). See <ahref="https://github.com/caltechlibrary/datatools/releases">https://github.com/caltechlibrary/datatools/releases</a>.</p>
79
69
80
70
<p>Use the utilities try “-help” option for a full list of options.</p>
81
71
82
72
<h2>Installation</h2>
83
73
84
-
<p><em>shelltools</em> is go get-able.</p>
74
+
<p><em>datatools</em> is go get-able.</p>
85
75
86
-
<pre><code> go get github.com/caltechlibrary/shelltools/...
76
+
<pre><code> go get github.com/caltechlibrary/datatools/...
87
77
</code></pre>
88
78
89
79
<p>Or see <ahref="install.html">INSTALL.md</a> for details for installing
0 commit comments