From 9c2f34bc88e5418a7b1e08400cfa1cf75b552fe9 Mon Sep 17 00:00:00 2001 From: foswret Date: Sun, 5 Apr 2026 17:03:28 -0500 Subject: small change to example fzf script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ed49e9..4bba7da 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Comments about entries should come after their link and should preferably be enc bookmark_dir=$HOME/.config/bookmarks bookmark_file=bookmarks -launch=$(exec jumper.sh "$bookmark_dir"/"$bookmark_file" | fzf) +launch=$(exec jumper.sh "$bookmark_dir/$bookmark_file" | fzf) num=$(echo "$launch" | cut -d " " -f 1 | grep -o -E "[0-9]+") if [ "$num" ]; then jumper.sh "$bookmark_file" "$num" -- cgit v1.2.3