Skip to content

Commit

Permalink
Make it works on fuzzel 1.11
Browse files Browse the repository at this point in the history
Probably need to handle old versions but that's not been asked yet.

Signed-off-by: Chmouel Boudjnah <[email protected]>
  • Loading branch information
chmouel committed Sep 16, 2024
1 parent fa2d456 commit 7774b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ fn find_binary(binary: String) -> bool {

fn run_fuzzel_with_input(input: String) -> String {
let mut child = Command::new("fuzzel")
.args(["-d", "--no-fuzzy"])
.args(["-d", "--match-mode=fzf"])
.stdout(Stdio::piped())
.stdin(Stdio::piped())
.stderr(Stdio::null())
Expand Down

0 comments on commit 7774b05

Please sign in to comment.