fzf-scripts icon indicating copy to clipboard operation
fzf-scripts copied to clipboard

Fix/ix: check for deps, changed xclip flag, reformatted

Open pvonmoradi opened this issue 3 years ago • 0 comments

Also shellcheck complains about line:
--bind 'Ctrl-E:execute:p={1}; edit=$(curl -s "$p" | vipe); ix -i "${p##*/}" <<< "$edit"' \

Expressions don't expand in single quotes, use double quotes for that. [2016] [shellcheck:]

I'm not sure how to fix it.

pvonmoradi avatar Jun 29 '21 10:06 pvonmoradi