Caltech Library logo

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.

Compiled versions are provided for Linux (amd64), Mac OS X (amd64), 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

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

Various utilities for simplifying work on the command line.

Compiled versions are provided for Linux (amd64), Mac OS X (amd64), Windows 10 (amd64) and Raspbian (ARM7). See https://github.com/caltechlibrary/shelltools/releases.

Use the utilities try “-help” option for a full list of options.

Installation

shelltools is go get-able.

    go get github.com/caltechlibrary/shelltools/...

Or see INSTALL.md for details for installing compiled versions of the programs.