Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Install Prebuilt Binaries

macOS / Linux

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/patrickomatic/csv-plus-plus/releases/latest/download/csvpp-installer.sh | sh

Windows (PowerShell)

powershell -ExecutionPolicy Bypass -c "irm https://github.com/patrickomatic/csv-plus-plus/releases/latest/download/csvpp-installer.ps1 | iex"

These installers download the right release asset for your platform and place csvpp in your PATH.

Installing From Source

To install from source check out the csv++ repository and run:

cargo install csvpp

This assumes you’ve installed Rust. If you prefer to build from a local checkout instead, run cargo install --path ..

Google Sheets Setup

To publish to Google Sheets you will need to authenticate using the gcloud CLI tools. First you need to install the gcloud CLI and then run:

$ gcloud init
$ gcloud auth login --enable-gdrive-access --update-adc