up su Gitea

This commit is contained in:
2026-04-19 17:07:18 +02:00
parent e78ce720bb
commit fe54b28378
298 changed files with 23460 additions and 0 deletions
@@ -0,0 +1,31 @@
{
"id": "file-search",
"name": "File Search",
"version": "1.0.1",
"minNoctaliaVersion": "4.1.2",
"author": "ericbreh",
"license": "MIT",
"repository": "https://github.com/noctalia-dev/noctalia-plugins",
"description": "File search from the launcher.",
"tags": [
"Launcher",
"Productivity"
],
"entryPoints": {
"main": "Main.qml",
"launcherProvider": "LauncherProvider.qml",
"settings": "Settings.qml"
},
"dependencies": {
"plugins": []
},
"metadata": {
"defaultSettings": {
"showHidden": false,
"maxResults": 0,
"fileOpener": "xdg-open",
"searchDirectory": "~",
"fdCommand": "fd"
}
}
}