From 5b3c44143073bf65174821257437a93ef607e60a Mon Sep 17 00:00:00 2001 From: George Lemon Date: Mon, 6 Feb 2023 18:14:56 +0200 Subject: [PATCH] Added package find (#2486) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 892afef..1eededa 100644 --- a/packages.json +++ b/packages.json @@ -28802,5 +28802,22 @@ "description": "Playdate Nim bindings with extra features.", "license": "MIT", "web": "https://github.com/samdze/playdate-nim" + }, + { + "name": "find", + "url": "https://github.com/openpeep/find", + "method": "git", + "tags": [ + "files", + "finder", + "find", + "iterator", + "file", + "filesystem", + "fs" + ], + "description": "Finds files and directories based on different criteria via an intuitive fluent interface", + "license": "MIT", + "web": "https://github.com/openpeep/find" } ]