jpgoldberg / notawk

Golang things that I would have done in awk (or sed, etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not AWK (or sed, or perl)

Here are things that I would have done very quickly in awk or sed or perl or some combination of them. But I'm trying to teach myself how to use golang. Perhaps this effort will pay off in time saved eventually.

csv2md

csv2md is to convert CSV files to markdown tables. It reads from stdin and writes to stdout. The hard work is done by the encoding/csv package. But I'm trying to just write little filters and I had a need for this.

About

Golang things that I would have done in awk (or sed, etc)


Languages

Language:Go 100.0%