mirror of
https://github.com/kittywitch/fzfdapter.git
synced 2026-02-09 14:49:19 -08:00
feat: fork instead of just spawning command
This commit is contained in:
parent
ce503517bb
commit
17aab3c2d7
4 changed files with 39 additions and 25 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue