Added hectormonacci/tsv2json (#1225)

tsv2json is a terminal utility writenn entirely in Nim. It takes a file or stream with a TSV header and zero or more TSV records and returns the same information, formatted as JSON
This commit is contained in:
hectormonacci 2019-10-29 01:53:59 -03:00 committed by Miran
parent 6ab80c24cb
commit 7264c968c7

View File

@ -1,4 +1,16 @@
[
{
"name": "tsv2json",
"url": "https://github.com/hectormonacci/tsv2json",
"method": "git",
"tags": [
"TSV",
"JSON"
],
"description": "Turn TSV file or stream into JSON file or stream",
"license": "MIT",
"web": "https://github.com/hectormonacci/tsv2json"
},
{
"name": "nimler",
"url": "https://github.com/wltsmrz/nimler",