feat: fork instead of just spawning command

This commit is contained in:
Kat Inskip 2025-10-29 12:43:56 -07:00
parent ce503517bb
commit 17aab3c2d7
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
4 changed files with 39 additions and 25 deletions

View file

@ -8,6 +8,7 @@ edition = "2024"
[dependencies]
anyhow = "1.0.100"
clap = { version = "4.5.50", features = ["derive"] }
fork = "0.3.1"
freedesktop-desktop-entry = "0.7.19"
indexmap = { version = "2.12.0", features = ["serde"] }
is_executable = "1.0.5"