diff options
| author | foswret <foswret@posteo.com> | 2026-04-05 17:03:28 -0500 |
|---|---|---|
| committer | foswret <foswret@posteo.com> | 2026-04-05 17:03:28 -0500 |
| commit | 9c2f34bc88e5418a7b1e08400cfa1cf75b552fe9 (patch) | |
| tree | 389b89621a262db4f5e295f8ae18aaa73bdaca40 | |
| parent | aeec2500d2d3950b3a98ab1c50a453b2e840138b (diff) | |
small change to example fzf script
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
