Skip to content

Commit

Permalink
awk-like: add GoAWK
Browse files Browse the repository at this point in the history
Also in CSV.

Closes #109.
  • Loading branch information
dbohdan committed Apr 23, 2023
1 parent 7a628ac commit b02d333
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ AWK/awk is a programming language and a POSIX-standard command line tool. (You w
* [AWK Vs NAWK Vs GAWK](https://www.thegeekstuff.com/2011/06/awk-nawk-gawk/) — a comparison of features present in different implementations.
* [busybox-w32](https://frippery.org/busybox/) includes a full implementation of POSIX awk and other tools like `sed` in a single Windows executable.
* [GNU Awk 5 binaries for Windows](https://sourceforge.net/projects/ezwinports/files/) by [EZWinPorts](https://www.gnu.org/software/emacs/manual/html_node/efaq-w32/EZWinPorts.html).
* [GoAWK](https://github.com/benhoyt/goawk) is a cross-platform implementation of awk with added support for CSV. The project provides binaries for many platforms, including Windows.

### POSIX commands

Expand Down Expand Up @@ -77,6 +78,7 @@ CSV, TSV, and other delimiter-separated value formats. Tools belong on this lis
| [csvtk](https://github.com/shenwei356/csvtk) | Search, sample, cut, join, transpose, and sort CSV/TSV files. Rename columns. Replace fields and generate new fiends from existing fields. Plot data as vector or raster histograms and box, line, and scatter plots. Convert CSV to Markdown. Convert XLSX to CSV. Split XLSX sheets. |
| [CSVtoTable](https://github.com/vividvilla/csvtotable) | Convert CSV to a searchable and sortable HTML table. |
| [dasel](https://github.com/TomWright/dasel) | See the [JSON section](#json). |
| [GoAWK](https://github.com/benhoyt/goawk) | GoAWK is an awk implementation that adds a CSV mode for input and for output. |
| [Graphtage](https://github.com/trailofbits/graphtage) | See the [JSON section](#json). |
| [jp (sgreben)](https://github.com/sgreben/jp) | Plot data. See the [JSON](#json) section. |
| [Mario](https://github.com/python-mario/mario) | See the [JSON section](#json). |
Expand Down

0 comments on commit b02d333

Please sign in to comment.