Skip to main content

📦 Plugins

🧩 Built-in plugins

Type plugins to list all loaded modules and toggle them on/off.

Or edit the Plugins.json file.

PluginDescription
AppSearches and launches installed applications
CalcEvaluates math expressions and copies the result
SystemLock, sleep, restart, shutdown - with confirmation
ShellExecutes shell commands and manages named shortcuts
EverythingSearches through your folders

📜 Plugins.json

Plugin management. Edit directly or via the plugins command inside InputBar.

{
"Calc.py": {
"toggle": true,
"keyword": ["calc", "*"],
"limit": 15
},
"System.py": {
"toggle": true,
"keyword": ["system", "*"],
"limit": 15
},
"App/App.py": {
"toggle": true,
"keyword": ["app", "*"],
"limit": 15
},
"Shell/Shell.py": {
"toggle": true,
"keyword": ["shell", "*"],
"limit": 15
},
"Everything/Everything.py": {
"toggle": true,
"keyword": ["everything", "f", "*"],
"limit": 15
}
}
KeyTypeDescription
toggleboolEnable or disable the plugin
keywordlistKeywords that trigger the plugin. "*" = responds to every query (global mode). Without "*", the plugin only activates when the search starts with its keyword
limitintMaximum number of results this plugin can return (default 15)