Releases: LouLouLibs/dt-cli-tools
Releases · LouLouLibs/dt-cli-tools
v0.2.1
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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
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.