xled
Share on:
Enter Your Mastodon Instance
Copy the link below to share to Mastodon
https://terminaltrove.com/xled/
sed and awk for tabular data.
Script Preview
Review this script before executing in your terminal.

xled is a CLI for transforming CSV and DSV cells with sed-like substitutions, awk-style fields and Excel-style ranges in the terminal.
It addresses columns, rows, rectangles or regex-selected cells, performs substitutions and computes new values. It also preserves quoted fields and leading zeros by avoiding automatic type coercion.
A preview verb shows what a command would do before you commit it, paired with undo and a deliberate write to save. Runs as a REPL or a one-shot sed-style script, edits in place with -i, and reads stdin so it pipes cleanly.
xled is ideal for developers, data analysts and terminal users who regularly clean spreadsheet exports or repetitive CSV data without reaching for a Python script or complicated awk command.

