From 7264c968c71875908683a142fb91ab187905d7aa Mon Sep 17 00:00:00 2001 From: hectormonacci Date: Tue, 29 Oct 2019 01:53:59 -0300 Subject: [PATCH] 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 --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 694a57e..00367fa 100644 --- a/packages.json +++ b/packages.json @@ -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",