wfxr / tmux-fzf-url

🚀 Quickly open urls on your terminal screen!
Other
526 stars 42 forks source link

the script gets stucked in line 55 (mapfile, fzf_filter, awk) when it's executed #21

Open asdf8601 opened 2 years ago

asdf8601 commented 2 years ago

Hello there,

(I really love this plugin)

$ bash --version
GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)

Related issue #12, I've tried the debugging instructions from there and it seems to work (I see the fzf frame with google.com on it) but for some reason the script gets stucked in the line 55:

mapfile -t chosen < <(fzf_filter <<< "$items" | awk '{print $2}')

the variable $items has the content 1 https://google.com.