feat: add CmdPlugin for executing terminal commands and update workspace configuration

This commit is contained in:
2026-03-15 16:53:30 +01:00
parent c059961854
commit f5dd303b79
6 changed files with 185 additions and 0 deletions

11
Cargo.lock generated
View File

@@ -1767,6 +1767,7 @@ dependencies = [
"k-launcher-ui",
"plugin-apps",
"plugin-calc",
"plugin-cmd",
"tokio",
]
@@ -2750,6 +2751,16 @@ dependencies = [
"tokio",
]
[[package]]
name = "plugin-cmd"
version = "0.1.0"
dependencies = [
"async-trait",
"k-launcher-kernel",
"libc",
"tokio",
]
[[package]]
name = "plugin-files"
version = "0.1.0"