From 7841502b2a5981db9de22bb1c19b3fc9f2727b26 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 2 Sep 2026 09:54:01 -0500 Subject: [PATCH] Add xled, xray, xshape and Comma to Tools Four command-line and desktop CSV tools from Excelano: xled (sed/awk-style stream editing), xray (read-only profiler), xshape (geometry-only reshaping), and Comma (native GNOME editor). Co-Authored-By: Claude Opus 4.8 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e613cfe..b9b4bd2 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ Here are some awesome tools for dealing with CSV: - [Data Wrangler](https://github.com/microsoft/vscode-data-wrangler) - Data Wrangler is a code-centric data cleaning tool that is integrated into VS Code and VS Code Jupyter Notebooks. - [CSV to SQL](https://monapdx.github.io/Frontend-Widgets/csv-to-sql.html) - Upload a CSV file, set a table name, and generate SQL inserts instantly. - [SmoothCSV](https://smoothcsv.com) - A fast, powerful, and intuitive CSV editor for Mac, Windows, and Linux. +- [xled](https://excelano.com/xled/) - sed and awk for CSV: awk's field model and sed's `s///` substitution over Excel-style column and row ranges, with a live preview before anything is written. +- [xray](https://excelano.com/xray/) - Read-only profiler for an unfamiliar CSV; one pass reports its shape, what each column really holds, and what will bite you before you clean or query it. +- [xshape](https://excelano.com/xshape/) - Reshapes a table's geometry - pivot, unpivot, split, merge, transpose - without changing, filtering, or aggregating any value. +- [Comma](https://excelano.com/comma/) - A native GNOME desktop editor for Linux; shows a delimited file as a grid and saves it back byte-for-byte, leaving untouched rows unchanged. ### Repair or Validate CSV