up su Gitea
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user