pro

June 20, 2026 · View on GitHub

Interact with the qsv pro API.

Table of Contents | Source: src/cmd/pro.rs

Description | Usage | Arguments | Common Options

Description

Interact with qsv pro API. Learn more about qsv pro at: https://qsvpro.dathere.com.

  • qsv pro must be running for this command to work as described.
  • Some features of this command require a paid plan of qsv pro and may require an Internet connection.

The qsv pro command has subcommands:

lens:     Run csvlens on a local file in a new Alacritty terminal emulator window (Windows only).
workflow: Import a local file into the qsv pro Workflow (Workflow must be open).

See also https://github.com/dathere/qsv/wiki/Integrations#qsv-pro-bridge

Usage

qsv pro lens [options] [<input>]
qsv pro workflow [options] [<input>]
qsv pro --help

Arguments

Argument Description
 <input> The input file path to send to the qsv pro API. This must be a local file path, not stdin. Workflow supports: CSV, TSV, SSV, TAB, XLSX, XLS, XLSB, XLSM, ODS.

Common Options

     Option     TypeDescriptionDefault
 ‑h,
‑‑help 
flagDisplay this message

Source: src/cmd/pro.rs | Table of Contents | README