feat: implement frecency tracking for app usage and enhance search functionality

This commit is contained in:
2026-03-15 17:05:05 +01:00
parent f5dd303b79
commit dbce15bfd5
11 changed files with 357 additions and 57 deletions

View File

@@ -15,5 +15,7 @@ path = "src/main.rs"
async-trait = { workspace = true }
k-launcher-kernel = { path = "../../k-launcher-kernel" }
libc = "0.2"
serde = { workspace = true }
serde_json = "1.0"
tokio = { workspace = true }
xdg = "2"