Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
asdf8601 opened this issue Sep 22, 2022 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@asdf8601
Copy link

asdf8601 commented Sep 22, 2022

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.

@wfxr wfxr added the help wanted Extra attention is needed label Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants