From 4ed28b96c4421b94ad12af4ffdaa63f21d76894e Mon Sep 17 00:00:00 2001 From: Ryan McConnell Date: Mon, 31 Mar 2025 23:06:33 -0400 Subject: [PATCH] add nfind (#3015) * add nfind * fix typo --- packages.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 930a815..84a8326 100644 --- a/packages.json +++ b/packages.json @@ -294,7 +294,7 @@ "method": "git", "tags": [ "littlefs", - "embeded", + "embedded", "filesystem", "fuse" ], @@ -302,6 +302,18 @@ "license": "BSD-3-Clause-1", "web": "https://github.com/Graveflo/nim-littlefs" }, + { + "name": "nfind", + "url": "https://github.com/Graveflo/nfind.git", + "method": "git", + "tags": [ + "glob", + "find" + ], + "description": "glob library and find tool", + "license": "MIT", + "web": "https://github.com/Graveflo/nfind" + }, { "name": "mutf8", "url": "https://github.com/The-Ticking-Clockwork/MUTF-8",