* add nfind

* fix typo
This commit is contained in:
Ryan McConnell 2025-03-31 23:06:33 -04:00 committed by GitHub
parent 43eeaa428d
commit 4ed28b96c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",