From 12ee0c082b9daa8678eb75ca0f8ec3580dc05371 Mon Sep 17 00:00:00 2001 From: Gruruya Date: Mon, 17 Jul 2023 04:21:58 -0400 Subject: [PATCH] Add package nimf (#2652) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 64f0ea8..6a2d93a 100644 --- a/packages.json +++ b/packages.json @@ -30807,5 +30807,23 @@ "description": "Voicepeak Server", "license": "MIT", "web": "https://github.com/solaoi/voicepeaky" + }, + { + "name": "nimf", + "url": "https://github.com/Gruruya/nimf", + "method": "git", + "tags": [ + "find command-line utility", + "multithreaded filesystem search tool", + "fast", + "finder", + "cli", + "shell", + "terminal", + "console" + ], + "description": "Search for files in a directory hierarchy.", + "license": "AGPL-3.0-only", + "web": "https://github.com/Gruruya/nimf" } ]