From 4eebad96a61eb3df10c148f0a0f5a83ef728cb6e Mon Sep 17 00:00:00 2001 From: treeform Date: Mon, 12 Aug 2024 08:23:50 -0700 Subject: [PATCH] Add tabby --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 374374c8..ef8504ca 100644 --- a/packages.json +++ b/packages.json @@ -12835,6 +12835,19 @@ "license": "MIT", "web": "https://github.com/treeform/taggy" }, + { + "name": "tabby", + "url": "https://github.com/treeform/tabby", + "method": "git", + "tags": [ + "csv", + "tsv", + "excel" + ], + "description": "Fast CSV parser with hooks.", + "license": "MIT", + "web": "https://github.com/treeform/tabby" + }, { "name": "xdo", "url": "https://github.com/juancarlospaco/nim-xdo",