phillbush / xmenu

a x11 menu utility
Other
295 stars 26 forks source link

`-x` option doesn't work with redirection #42

Closed abrendtro closed 1 year ago

abrendtro commented 1 year ago

Fine:

xmenu <<EOF | sh
...
EOF

Not fine:

xmenu -x Mod4-3 <<EOF | sh
...
EOF
abrendtro commented 1 year ago

The second doesn't output anything, but the first behaves as expected, redirecting commands to sh