From c37a4c0be8e0f41b22287c2be7e9df28be22e445 Mon Sep 17 00:00:00 2001 From: Andre von Houck Date: Mon, 12 Aug 2024 10:04:38 -0700 Subject: [PATCH] Add tabby (#2916) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 374374c..ef8504c 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",