Skip to content

Releases: LouLouLibs/dt-cli-tools

v0.2.1

03 Jun 05:11

Choose a tag to compare

v0.2.0

04 Apr 19:05
601fbfe

Choose a tag to compare

New dtcat features:

  • --sample N — randomly sample N rows from any file
  • --convert FORMAT -o PATH — convert between CSV, TSV, Parquet, Arrow, JSON, NDJSON
  • --all — show all rows (override adaptive row limit)

Binaries for macOS (Apple Silicon + Intel).

Full Changelog: v0.1.0...v0.2.0

v0.1.0

03 Apr 20:30

Choose a tag to compare

Initial release of dt-cli-tools — three read-only CLI tools for tabular data:

  • dtcat — view and inspect files (schema, describe, head/tail)
  • dtfilter — filter, sort, and select rows/columns
  • dtdiff — positional and key-based comparison

Supports CSV, TSV, Parquet, Arrow/Feather, JSON, NDJSON, and Excel.

Supersedes xl-cli-tools for read-only operations across all tabular formats.