Added package find (#2486)

This commit is contained in:
George Lemon 2023-02-06 18:14:56 +02:00 committed by GitHub
parent 9be8efa602
commit 5b3c441430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]