datatools A set of command line tools for working with CSV, Excel Workbooks, JSON and structured text documents.
There is an experimental installer.sh script that can be run with the following command to install latest table release. This may work for macOS, Linux and if you’re using Windows with the Unix subsystem. This would be run from your shell (e.g. Terminal on macOS).
curl https://caltechlibrary.github.io/datatools/installer.sh | sh
This will install the programs included in datatools in your
$HOME/bin
directory.
If you are running Windows 10 or 11 use the Powershell command below.
irm https://caltechlibrary.github.io/datatools/installer.ps1 | iex
datatools
directorygit clone https://github.com/caltechlibrary/datatools
cd datatools
make
make test
make install