Skip to content

Commit

Permalink
Quick Save
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdoiel committed Sep 29, 2017
1 parent 37b54a0 commit 97ea9b8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 43 deletions.
33 changes: 10 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

Expand All @@ -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
Expand Down
30 changes: 10 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
<section>
<h1>datatools</h1>

<p>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.</p>
<p>Command line utilities for simplifying work with CSV, JSON, Excel Workbooks and plain text files or content and
general purpose shell scripting.</p>

<ul>
<li><a href="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>
<li><a href="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>
<li><a href="docs/csvfind.html">csvfind</a> - a tool for filtering a CSV file by column&rsquo;s value</li>
<li><a href="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>
<li><a href="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>
<li><a href="docs/csv2mdtable.html">csv2mdtable</a> - a tool to render CSV as a Github Flavored Markdown table</li>
<li><a href="docs/csv2xlsx.html">csv2xlsx</a> - a tool to take a CSV file and add it as a sheet to a Excel Workbook file.</li>
<li><a href="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>
<li><a href="docs/csvfind.html">csvfind</a> - a tool for filtering a CSV file by column&rsquo;s value</li>
<li><a href="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>
<li><a href="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>
<li><a href="docs/jsoncols.html">jsoncols</a> - a tool for exploring and extracting JSON values into columns</li>
<li><a href="docs/jsonjoin.html">jsonjoin</a> - a tool for joining JSON object documents</li>
<li><a href="docs/jsonmunge.html">jsonmunge</a> - a tool to transform JSON documents into something else</li>
Expand All @@ -50,17 +50,7 @@ <h1>datatools</h1>

<p>Use the utilities try &ldquo;-help&rdquo; option for a full list of options.</p>

<h2>Installation</h2>

<p><em>datatools</em> is go get-able.</p>

<pre><code> go get github.com/caltechlibrary/datatools/...
</code></pre>

<p>Or see <a href="install.html">INSTALL.md</a> for details for installing
compiled versions of the programs.</p>

<h2>shelltools</h2>
<h2>For scripting</h2>

<p>Various utilities for simplifying work on the command line.</p>

Expand All @@ -75,15 +65,15 @@ <h2>shelltools</h2>
</ul>

<p>Compiled versions are provided for Linux (amd64), Mac OS X (amd64),
Windows 10 (amd64) and Raspbian (ARM7). See <a href="https://github.com/caltechlibrary/shelltools/releases">https://github.com/caltechlibrary/shelltools/releases</a>.</p>
Windows 10 (amd64) and Raspbian (ARM7). See <a href="https://github.com/caltechlibrary/datatools/releases">https://github.com/caltechlibrary/datatools/releases</a>.</p>

<p>Use the utilities try &ldquo;-help&rdquo; option for a full list of options.</p>

<h2>Installation</h2>

<p><em>shelltools</em> is go get-able.</p>
<p><em>datatools</em> is go get-able.</p>

<pre><code> go get github.com/caltechlibrary/shelltools/...
<pre><code> go get github.com/caltechlibrary/datatools/...
</code></pre>

<p>Or see <a href="install.html">INSTALL.md</a> for details for installing
Expand Down

0 comments on commit 97ea9b8

Please sign in to comment.