Hacker News with Generative AI: Command-line tools

Sqawk: A fusion of SQL and Awk: Applying SQL to text-based data files (github.com/jgarzik)
Sqawk is an SQL-based command-line tool for processing delimiter-separated files (CSV, TSV, etc.), inspired by the classic awk command. It loads data into in-memory tables, executes SQL queries against these tables, and writes the results back to the console or files.
Ttyd – Share your terminal over the web (github.com/tsl0922)
ttyd is a simple command-line tool for sharing terminal over the web.
Hyperfine: A command-line benchmarking tool (github.com/sharkdp)
A command-line benchmarking tool.