You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@calbrecht Would it also be possible to use bash instead of dash? Bash is in pretty much all systems I use so if possible I would like to avoid installing dash.
This is a stripped down version with abduco and stderr redirects removed, but basically the same as
term-dmenu
.export input='$(echo hi, i get evaluated)'; dash -c 'output=$(echo "$input" | fzf); export output; dash -c "echo \"$output\""'
I noticed this behaviour when using
rg
output as input tofzf
interm-dmenu
.The text was updated successfully, but these errors were encountered: