a structural diff that understands syntax 🟥🟩

Difftastic is a structural diff tool that compares files based on their syntax rather than just line-by-line text changes.
It supports over 30 programming languages and is compatible with Git, making it a powerful choice for understanding deep code changes.
When it encounters complex parse errors, it intelligently falls back to traditional line-oriented diffing to ensure accuracy.
$ brew install difftastic$ sudo pacman -S difftastic$ sudo dnf install difftastic$ sudo pkg install difftastic$ winget install difftastic$ scoop install difftastic$ choco install difftasticto comment.
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
A TUI pager with advanced support for tabular data, inferring/swapping delimiters, and real-time event parsing.
A lightweight TUI application to view and query tabular data files, such as CSV, TSV, and parquet.